ConnectionListenerBase IncomingPacketHandlerExists Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodIncomingPacketHandlerExists(String)
Returns true if an unmanaged packet handler exists on this listener
Public methodIncomingPacketHandlerExists(String, Delegate)
Returns true if the provided listener specific packet handler has been added for the provided packet type, on this listener.
Back to Top
See Also