ProtocolNewInstance Method |
Create a new server/client protocol instance.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxprotected 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:
ProtocolInstanceA new ProtocolInstance.
See Also