3 references to Connected
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (2)
189if (_tcpClient.Connected) 208while ((_tcpClient != null) && !_tcpClient.Connected && watch.ElapsedMilliseconds < connectionTimeout);
System.Net.Sockets (1)
System\Net\Sockets\TCPClient.cs (1)
251if (!Connected)