Returns true if the provided listener specific unmanaged packet handler has been added, on this listener.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetHandlerDelgatePointer
- Type: System Delegate
The packet handler to look for
Return Value
Type: BooleanTrue if a listener specific unmanaged packet handler exists
See Also