NetworkComms GlobalIncomingPacketHandlerExists Method (String)NetworkComms.Net Help
Returns true if a global packet handler exists for the provided packet type.

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

public static bool GlobalIncomingPacketHandlerExists(
	string packetTypeStr
)

Parameters

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

Return Value

Type: OnlineBoolean
True if a global packet handler exists
See Also