The ConnectionListenerBase type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AppendIncomingPacketHandler incomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate incomingObjectType ) |
Append a listener specific packet handler using the listener default SendReceiveOptions
| |
AppendIncomingPacketHandler incomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate incomingObjectType , SendReceiveOptions) |
Append a listener specific packet handler
| |
AppendIncomingUnmanagedPacketHandler |
Append a listener specific unmanaged packet handler
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncomingPacketHandlerExists(String) |
Returns true if an unmanaged packet handler exists on this listener
| |
IncomingPacketHandlerExists(String, Delegate) |
Returns true if the provided listener specific packet handler has been added for the provided packet type, on this listener.
| |
IncomingUnmanagedPacketHandlerExists |
Returns true if a listener specific unmanaged packet handler exists, on this listener.
| |
IncomingUnmanagedPacketHandlerExists(Delegate) |
Returns true if the provided listener specific unmanaged packet handler has been added, on this listener.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveIncomingPacketHandler |
Removes all packet handlers for all packet types, on this listener.
| |
RemoveIncomingPacketHandler(String) |
Removes all listener specific packet handlers for the provided packet type, on this listener.
| |
RemoveIncomingPacketHandler(String, Delegate) |
Remove the provided listener specific packet handler for the specified packet type, on this listener.
| |
RemoveIncomingUnmanagedPacketHandler |
Removes all unmanaged packet handlers, on this listener.
| |
RemoveIncomingUnmanagedPacketHandler(Delegate) |
Remove the provided listener specific unmanaged packet handler, on this listener.
| |
ToString |
Returns a clean string containing the current listener state
(Overrides Object ToString .) |
See Also