ConnectionListenerBase IncomingPacketHandlerExists Method (String, Delegate)NetworkComms.Net Help
Returns true if the provided listener specific packet handler has been added for the provided packet type, on this listener.

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

public bool IncomingPacketHandlerExists(
	string packetTypeStr,
	Delegate packetHandlerDelgatePointer
)

Parameters

packetTypeStr
Type: OnlineSystem String
The packet type within which to check packet handlers
packetHandlerDelgatePointer
Type: OnlineSystem Delegate
The packet handler to look for

Return Value

Type: OnlineBoolean
True if a listener specific packet handler exists for the provided packetType
See Also