Click or drag to resize

IProtocolServerServiceInternalAcceptAsync Method

Accepts a new connection.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
Task<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

TaskProtocolInstance
The accepted protocol instance.
See Also