10 references to Connected
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
94if (!_socket.Connected)
System.Net.Sockets (9)
System\Net\Sockets\NetworkStream.cs (1)
57if (!socket.Connected)
System\Net\Sockets\Socket.cs (4)
936if (!Connected) 1261if (!IsConnectionOriented || !Connected) 2427if (!Connected) 3066if (!Connected)
System\Net\Sockets\SocketAsyncEventArgs.cs (3)
782if (tempSocketIPv4 != null && !tempSocketIPv4.Connected) 786if (tempSocketIPv6 != null && !tempSocketIPv6.Connected) 794if ((!_userSocket && !_currentSocket.Connected) ||
System\Net\Sockets\TCPClient.cs (1)
109public bool Connected => Client?.Connected ?? false;