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: 15.0.2.11458
Syntax
C#
protected virtual ProtocolInstance NewInstance(
	ProtocolHead head,
	ProtocolAddress protocolAddress
)

Parameters

head
Type: Demo3D.NetProtocolHead
The socket head which is a required parameter to the ProtocolInstance constructor.
protocolAddress
Type: Demo3D.NetProtocolAddress
The protocol address.

Return Value

Type: ProtocolInstance
A new ProtocolInstance.
See Also