NetworkCommsDotNet.Connections NamespaceNetworkComms.Net Help
Provides base connection functionality and defines structure of connection listeners.
Classes

  ClassDescription
Public classConnection
Global connection base class for NetworkComms.Net. Most user interactions happen using a connection object. Extended by TCPConnection and UDPConnection.
Public classConnectionListenerBase
A base class that the listener of each connection type inherits from. This allows NetworkComms.Net to manage listeners at the general connection level.
Public classIPConnection
IP Connection base class for NetworkComms.Net. This contains the functionality and tools shared by any connections that use IP related endPoints such as TCPConnection and UDPConnection.
Enumerations

  EnumerationDescription
Public enumerationApplicationLayerProtocolStatus
The connections application layer protocol status.
Public enumerationConnectionType
The type of Connection.