Connection RemoveIncomingPacketHandler Method NetworkComms.Net Help
Overload List

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