Connection IncomingUnmanagedPacketHandlerExists Method (Delegate)NetworkComms.Net Help
Returns true if the provided connection specific unmanaged packet handler has been added, on this connection.

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

public bool IncomingUnmanagedPacketHandlerExists(
	Delegate packetHandlerDelgatePointer
)

Parameters

packetHandlerDelgatePointer
Type: OnlineSystem Delegate
The packet handler to look for

Return Value

Type: OnlineBoolean
True if a connection specific unmanaged packet handler exists
See Also