Click or drag to resize

Protocol(String, IReadOnlyListChannel, ProtocolRequiredService) Constructor

Creates a new protocol.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected Protocol(
	string name,
	IReadOnlyList<Channel> channels,
	ProtocolRequiredService? requiredService
)

Parameters

name  String
Name of the protocol (need not be unique, but will be used in parsing protocol addresses).
channels  IReadOnlyListChannel
Channels supported by this protocol.
requiredService  ProtocolRequiredService
Definition of protocols and services required by this class.
See Also