The ConnectionListenerBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionListenerBase |
Create a new listener instance
|
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
|
![]() | ![]() | (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
|
![]() | 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.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | 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 ![]() |
Properties
Name | Description | |
---|---|---|
![]() | ApplicationLayerProtocol |
The application layer protocol status for this listener.
|
![]() | ConnectionType |
The connection type that this listener supports.
|
![]() | IsDiscoverable |
True if this listener will be advertised via peer discovery
|
![]() | IsListening |
True if this listener is listening.
|
![]() | ListenerDefaultSendReceiveOptions |
The send receive options associated with this listener.
|
![]() | LocalListenEndPoint |
The local IPEndPoint that this listener is associated with.
|
See Also