ProtocolIRegistryRegister Method |
Registers a protocol. If this implementation of a protocol supports services that are already supported
by an existing implementation, then this one takes precedence. It hides the previous implementation.
If the 'hidden' implementation supports other services, then it will still be used for those services.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
SyntaxIDisposable? Register(
Protocol protocol
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol being registered.
Return Value
Type:
IDisposableThe
Unregister(Protocol) method, or null if the protocol was already registered.
See Also