Click or drag to resize

IncomingPacketManager Constructor

Manages incoming packets on a connection.

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

Parameters

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