ConnectionListenerBase RemoveIncomingPacketHandler Method (String, Delegate)NetworkComms.Net Help
Remove the provided listener specific packet handler for the specified packet type, on this listener.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void RemoveIncomingPacketHandler(
	string packetTypeStr,
	Delegate packetHandlerDelgatePointer
)

Parameters

packetTypeStr
Type: OnlineSystem String
Packet type for which this delegate should be removed
packetHandlerDelgatePointer
Type: OnlineSystem Delegate
The delegate to remove
See Also