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: 19.00.00
Syntax
C#
protected virtual Object? NewProperties(
	Protocol protocol,
	Type serviceType
)

Parameters

protocol  Protocol
The protocol requiring this service.
serviceType  Type
The type of the service.

Return Value

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