Click or drag to resize

ServiceProviderNewProperties Method

Returns properties for this service, or null.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
protected virtual Object? NewProperties(
	Protocol protocol,
	Type serviceType
)

Parameters

protocol
Type: Demo3D.NetProtocol
The protocol requiring this service.
serviceType
Type: SystemType
The type of the service.

Return Value

Type: Object
The properties for this service, or null.
See Also