C# (CSharp) NetworkCommsDotNet.Connections Namespace

Nested Namespaces

NetworkCommsDotNet.Connections.Bluetooth
NetworkCommsDotNet.Connections.TCP
NetworkCommsDotNet.Connections.UDP

Classes

Name Description
Connection
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 NetworkCommsDotNet.Connections.TCP.TCPConnection and NetworkCommsDotNet.Connections.UDP.UDPConnection.
SentPacket A wrapper object for keeping track of sent packets. These are used if a resend is requested due to a checksum validation failure.