Connection PacketTypeUnwrapperOptions Method NetworkComms.Net Help
Returns the packet type sendReceiveOptions possibly used to unwrap incoming data. If no specific options are registered returns null

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public SendReceiveOptions PacketTypeUnwrapperOptions(
	string packetTypeStr
)

Parameters

packetTypeStr
Type: OnlineSystem String
The packet type for which the SendReceiveOptions are required.

Return Value

Type: SendReceiveOptions
The requested SendReceiveOptions otherwise null
See Also