Click or drag to resize

IProtocolServerServiceInternalAcceptAsync Method

Accepts a new connection.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Task<ProtocolInstance> InternalAcceptAsync(
	bool sync,
	ProtocolHead head,
	ProtocolInstance? downStreamConnection
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.
head
Type: Demo3D.NetProtocolHead
The protocol head.
downStreamConnection
Type: Demo3D.NetProtocolInstance
The downstream connection.

Return Value

Type: TaskProtocolInstance
The accepted protocol instance.
See Also