C# (CSharp) NetworkCommsDotNet.Connections Пространство имен

Пространства имен

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

Классы

Имя Описание
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.