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