ConnectionListenerBase RemoveIncomingPacketHandler Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodRemoveIncomingPacketHandler 
Removes all packet handlers for all packet types, on this listener.
Public methodRemoveIncomingPacketHandler(String)
Removes all listener specific packet handlers for the provided packet type, on this listener.
Public methodRemoveIncomingPacketHandler(String, Delegate)
Remove the provided listener specific packet handler for the specified packet type, on this listener.
Back to Top
See Also