Click or drag to resize

ProtocolNewInstance Method

Create a new server/client protocol instance.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected virtual ProtocolInstance NewInstance(
	ProtocolHead head,
	ProtocolAddress protocolAddress
)

Parameters

head  ProtocolHead
The socket head which is a required parameter to the ProtocolInstance constructor.
protocolAddress  ProtocolAddress
The protocol address.

Return Value

ProtocolInstance
A new ProtocolInstance.
See Also