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: 19.00.00
Syntax
C#
public delegate Task ServiceConnectionAsync(
	ProtocolSocket socket
)

Parameters

socket  ProtocolSocket
 

Return Value

Task
See Also