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)
975if (!Connected) 1328if (!IsConnectionOriented || !Connected) 2560if (!Connected) 3222if (!Connected)
System\Net\Sockets\SocketAsyncEventArgs.cs (3)
821if (tempSocketIPv4 != null && !tempSocketIPv4.Connected) 825if (tempSocketIPv6 != null && !tempSocketIPv6.Connected) 833if ((!_userSocket && !_currentSocket.Connected) ||
System\Net\Sockets\TCPClient.cs (1)
109public bool Connected => Client?.Connected ?? false;