ProtocolInstance Constructor |
Constructs a new ProtocolInstance.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxprotected ProtocolInstance(
Protocol protocol,
ProtocolHead head,
ProtocolAddress address,
bool running,
Object? propertyBag
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol constructing the ProtocolInstance. - head
- Type: Demo3D.NetProtocolHead
The head of the protocol stream. - address
- Type: Demo3D.NetProtocolAddress
The address of this protocol instance. - running
- Type: SystemBoolean
True if the connection is already connected and running (ie a server connection). - propertyBag
- Type: SystemObject
The configuration properties of this protocol instance.
See Also