Connection IncomingPacketHandlerExists Method NetworkComms.Net Help
Overload List

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