ConnectionListenerBase IncomingPacketHandlerExists Method (String)NetworkComms.Net Help
Returns true if an unmanaged packet handler exists 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
)

Parameters

packetTypeStr
Type: OnlineSystem String
The packet type for which to check incoming packet handlers

Return Value

Type: OnlineBoolean
True if a packet handler exists
See Also