C# Класс NetworkCommsDotNet.Connections.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.
Наследование: Connection
Показать файл Открыть проект

Защищенные методы

Метод Описание
IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase

Create a new IP connection object

Приватные методы

Метод Описание
IPConnection ( ) : NetworkCommsDotNet.DPSBase

Описание методов

IPConnection() защищенный Метод

Create a new IP connection object
protected IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase
connectionInfo ConnectionInfo ConnectionInfo corresponding to the new connection
defaultSendReceiveOptions SendReceiveOptions The SendReceiveOptions which should be used as connection defaults
Результат NetworkCommsDotNet.DPSBase