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)
977if (!Connected) 1330if (!IsConnectionOriented || !Connected) 2562if (!Connected) 3227if (!Connected)
System\Net\Sockets\SocketAsyncEventArgs.cs (3)
813if (tempSocketIPv4 != null && !tempSocketIPv4.Connected) 817if (tempSocketIPv6 != null && !tempSocketIPv6.Connected) 825if ((!_userSocket && !_currentSocket.Connected) ||
System\Net\Sockets\TCPClient.cs (1)
109public bool Connected => Client?.Connected ?? false;