10 references to Connected
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
94
if (!_socket.
Connected
)
System.Net.Sockets (9)
System\Net\Sockets\NetworkStream.cs (1)
57
if (!socket.
Connected
)
System\Net\Sockets\Socket.cs (4)
977
if (!
Connected
)
1330
if (!IsConnectionOriented || !
Connected
)
2562
if (!
Connected
)
3227
if (!
Connected
)
System\Net\Sockets\SocketAsyncEventArgs.cs (3)
813
if (tempSocketIPv4 != null && !tempSocketIPv4.
Connected
)
817
if (tempSocketIPv6 != null && !tempSocketIPv6.
Connected
)
825
if ((!_userSocket && !_currentSocket.
Connected
) ||
System\Net\Sockets\TCPClient.cs (1)
109
public bool Connected => Client?.
Connected
?? false;