Protocol(String, Type, ProtocolRequiredService) Constructor |
Creates a new protocol.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected Protocol(
string name,
Type protocolSupportedService,
ProtocolRequiredService requiredService
)
Parameters
- name String
- Name of the protocol (need not be unique, but will be used in parsing protocol addresses).
- protocolSupportedService Type
- List of services supported directly by this class.
- requiredService ProtocolRequiredService
- The required down-stream protocols and services.
See Also