Click or drag to resize

IncomingPacketManager Constructor

Manages incoming packets on a connection.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public IncomingPacketManager(
	ProtocolSocket socket,
	Properties properties
)

Parameters

socket
Type: Demo3D.NetProtocolSocket
The connection to monitor.
properties
Type: Properties
Connection management properties (or null).
See Also