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