Click or drag to resize

ProtocolInstance Constructor

Constructs a new ProtocolInstance.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected ProtocolInstance(
	Protocol protocol,
	ProtocolHead head,
	ProtocolAddress address,
	bool running,
	Object? propertyBag
)

Parameters

protocol  Protocol
The protocol constructing the ProtocolInstance.
head  ProtocolHead
The head of the protocol stream.
address  ProtocolAddress
The address of this protocol instance.
running  Boolean
True if the connection is already connected and running (ie a server connection).
propertyBag  Object
The configuration properties of this protocol instance.
See Also