Connection RemoveIncomingPacketHandler Method (String)NetworkComms.Net Help
Removes all connection specific packet handlers for the provided packet type, on this connection.

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

public void RemoveIncomingPacketHandler(
	string packetTypeStr
)

Parameters

packetTypeStr
Type: OnlineSystem String
Packet type for which all delegates should be removed
See Also