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