ServiceProviderNewProperties Method |
Returns properties for this service, or null.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected virtual Object? NewProperties(
Protocol protocol,
Type serviceType
)
Parameters
- protocol Protocol
- The protocol requiring this service.
- serviceType Type
- The type of the service.
Return Value
ObjectThe properties for this service, or null.
See Also