Returns true if the provided connection specific packet handler has been added for the provided packet type, on this connection.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetTypeStr
- Type: System String
The packet type within which to check packet handlers
- packetHandlerDelgatePointer
- Type: System Delegate
The packet handler to look for
Return Value
Type: BooleanTrue if a connection specific packet handler exists for the provided packetType
See Also