Overload List
| Name | Description | |
|---|---|---|
| RemoveIncomingPacketHandler |
Removes all packet handlers for all packet types, on this connection.
| |
| RemoveIncomingPacketHandler(String) |
Removes all connection specific packet handlers for the provided packet type, on this connection.
| |
| RemoveIncomingPacketHandler(String, Delegate) |
Remove the provided connection specific packet handler for the specified packet type, on this connection.
|
See Also