Click or drag to resize

ServiceConnectionAsync Delegate

Delegate for servicing a new connection, passing a new ProtocolSocket for each connection accepted.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public delegate Task ServiceConnectionAsync(
	ProtocolSocket socket
)

Parameters

socket
Type: Demo3D.NetProtocolSocket

Return Value

Type: Task
See Also