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