The TCPConnectionListener type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TCPConnectionListener(SendReceiveOptions, ApplicationLayerProtocolStatus, Boolean) |
Create a new instance of a TCP listener
| |
| TCPConnectionListener(SendReceiveOptions, ApplicationLayerProtocolStatus, SSLOptions, Boolean) |
Create a new instance of a TCP listener
|
Methods
| Name | Description | |
|---|---|---|
| AppendIncomingPacketHandler incomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate incomingObjectType ) |
Append a listener specific packet handler using the listener default SendReceiveOptions
(Inherited from ConnectionListenerBase.) | |
| AppendIncomingPacketHandler incomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate incomingObjectType , SendReceiveOptions) |
Append a listener specific packet handler
(Inherited from ConnectionListenerBase.) | |
| AppendIncomingUnmanagedPacketHandler |
Append a listener specific unmanaged packet handler
(Inherited from ConnectionListenerBase.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| IncomingPacketHandlerExists(String) |
Returns true if an unmanaged packet handler exists on this listener
(Inherited from ConnectionListenerBase.) | |
| IncomingPacketHandlerExists(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.) | |
| IncomingUnmanagedPacketHandlerExists |
Returns true if a listener specific unmanaged packet handler exists, on this listener.
(Inherited from ConnectionListenerBase.) | |
| IncomingUnmanagedPacketHandlerExists(Delegate) |
Returns true if the provided listener specific unmanaged packet handler has been added, on this listener.
(Inherited from ConnectionListenerBase.) | |
Creates a shallow copy of the current (Inherited from | ||
| RemoveIncomingPacketHandler |
Removes all packet handlers for all packet types, on this listener.
(Inherited from ConnectionListenerBase.) | |
| RemoveIncomingPacketHandler(String) |
Removes all listener specific packet handlers for the provided packet type, on this listener.
(Inherited from ConnectionListenerBase.) | |
| RemoveIncomingPacketHandler(String, Delegate) |
Remove the provided listener specific packet handler for the specified packet type, on this listener.
(Inherited from ConnectionListenerBase.) | |
| RemoveIncomingUnmanagedPacketHandler |
Removes all unmanaged packet handlers, on this listener.
(Inherited from ConnectionListenerBase.) | |
| RemoveIncomingUnmanagedPacketHandler(Delegate) |
Remove the provided listener specific unmanaged packet handler, on this listener.
(Inherited from ConnectionListenerBase.) | |
| ToString |
Returns a clean string containing the current listener state
(Inherited from ConnectionListenerBase.) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationLayerProtocol |
The application layer protocol status for this listener.
(Inherited from ConnectionListenerBase.) | |
| ConnectionType |
The connection type that this listener supports.
(Inherited from ConnectionListenerBase.) | |
| IsDiscoverable |
True if this listener will be advertised via peer discovery
(Inherited from ConnectionListenerBase.) | |
| IsListening |
True if this listener is listening.
(Inherited from ConnectionListenerBase.) | |
| ListenerDefaultSendReceiveOptions |
The send receive options associated with this listener.
(Inherited from ConnectionListenerBase.) | |
| LocalListenEndPoint |
The local IPEndPoint that this listener is associated with.
(Inherited from ConnectionListenerBase.) | |
| SSLOptions |
SSL options that are associated with this listener
|
See Also