C# Класс System.Net.Sockets.SocketExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsConnected ( this iSocket ) : bool

Determines if the connection to the machine on the other side of the socket is still active. Serves the same purpose as TcpClient.Connected and TcpListener.Connected.

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

IsConnected() публичный статический метод

Determines if the connection to the machine on the other side of the socket is still active. Serves the same purpose as TcpClient.Connected and TcpListener.Connected.
public static IsConnected ( this iSocket ) : bool
iSocket this
Результат bool