TCPConnectionListener MethodsNetworkComms.Net Help
The TCPConnectionListener type exposes the following members.
Methods

  NameDescription
Public methodAppendIncomingPacketHandler incomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate incomingObjectType )
Append a listener specific packet handler using the listener default SendReceiveOptions
(Inherited from ConnectionListenerBase.)
Public methodAppendIncomingPacketHandler incomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate incomingObjectType , SendReceiveOptions)
Append a listener specific packet handler
(Inherited from ConnectionListenerBase.)
Public methodAppendIncomingUnmanagedPacketHandler
Append a listener specific unmanaged packet handler
(Inherited from ConnectionListenerBase.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIncomingPacketHandlerExists(String)
Returns true if an unmanaged packet handler exists on this listener
(Inherited from ConnectionListenerBase.)
Public methodIncomingPacketHandlerExists(String, Delegate)
Returns true if the provided listener specific packet handler has been added for the provided packet type, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodIncomingUnmanagedPacketHandlerExists 
Returns true if a listener specific unmanaged packet handler exists, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodIncomingUnmanagedPacketHandlerExists(Delegate)
Returns true if the provided listener specific unmanaged packet handler has been added, on this listener.
(Inherited from ConnectionListenerBase.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRemoveIncomingPacketHandler 
Removes all packet handlers for all packet types, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodRemoveIncomingPacketHandler(String)
Removes all listener specific packet handlers for the provided packet type, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodRemoveIncomingPacketHandler(String, Delegate)
Remove the provided listener specific packet handler for the specified packet type, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodRemoveIncomingUnmanagedPacketHandler 
Removes all unmanaged packet handlers, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodRemoveIncomingUnmanagedPacketHandler(Delegate)
Remove the provided listener specific unmanaged packet handler, on this listener.
(Inherited from ConnectionListenerBase.)
Public methodToString
Returns a clean string containing the current listener state
(Inherited from ConnectionListenerBase.)
Back to Top
See Also