IProtocolServerServiceInternalAcceptAsync Method |
Accepts a new connection.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
SyntaxTask<ProtocolInstance> InternalAcceptAsync(
bool sync,
ProtocolHead head,
ProtocolInstance? downStreamConnection
)
Parameters
- sync Boolean
- If true, the Task returned must be guaranteed to be complete.
- head ProtocolHead
- The protocol head.
- downStreamConnection ProtocolInstance
- The downstream connection.
Return Value
TaskProtocolInstanceThe accepted protocol instance.
See Also