Click or drag to resize

IProtocolServerServiceInternalAcceptAsync Method

Accepts a new connection.

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

Parameters

head
Type: Demo3D.NetProtocolHead
The protocol head.
downStreamConnection
Type: Demo3D.NetProtocolInstance
The downstream connection.

Return Value

Type: TaskProtocolInstance
The accepted protocol instance.
See Also