11 references to Connected
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
395
if (socket is null || !socket.
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)
975
if (!
Connected
)
1335
if (!IsConnectionOriented || !
Connected
)
2567
if (!
Connected
)
3240
if (!
Connected
)
System\Net\Sockets\SocketAsyncEventArgs.cs (3)
849
if (tempSocketIPv4 != null && !tempSocketIPv4.
Connected
)
853
if (tempSocketIPv6 != null && !tempSocketIPv6.
Connected
)
877
if ((!_userSocket && !_currentSocket.
Connected
) ||
System\Net\Sockets\TCPClient.cs (1)
109
public bool Connected => Client?.
Connected
?? false;