Protocol Constructor (String, IReadOnlyListChannel, ProtocolRequiredService) |
Creates a new protocol.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxprotected Protocol(
string name,
IReadOnlyList<Channel> channels,
ProtocolRequiredService? requiredService
)
Parameters
- name
- Type: SystemString
Name of the protocol (need not be unique, but will be used in parsing protocol addresses). - channels
- Type: System.Collections.GenericIReadOnlyListChannel
Channels supported by this protocol. - requiredService
- Type: Demo3D.NetProtocolRequiredService
Definition of protocols and services required by this class.
See Also