Provides base connection functionality and defines structure of connection listeners.
Classes
| Class | Description | |
|---|---|---|
| Connection |
Global connection base class for NetworkComms.Net. Most user interactions happen using a connection object.
Extended by TCPConnection and UDPConnection.
| |
| ConnectionListenerBase |
A base class that the listener of each connection type inherits from.
This allows NetworkComms.Net to manage listeners at the general connection level.
| |
| IPConnection |
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
| Enumeration | Description | |
|---|---|---|
| ApplicationLayerProtocolStatus |
The connections application layer protocol status.
| |
| ConnectionType |
The type of Connection.
|