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: 15.0.2.11458
Syntaxbool Register(
Protocol protocol
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol being registered.
Return Value
Type:
BooleanFalse if the protocol was already registered.
See Also