ConnectionListenerBase ClassNetworkComms.Net Help
A base class that the listener of each connection type inherits from. This allows NetworkComms.Net to manage listeners at the general connection level.
Inheritance Hierarchy

OnlineSystem Object
  NetworkCommsDotNet.Connections ConnectionListenerBase
    NetworkCommsDotNet.Connections.TCP TCPConnectionListener
    NetworkCommsDotNet.Connections.UDP UDPConnectionListener

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public abstract class ConnectionListenerBase
See Also