2 references to ConnectAsync
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
61_tcpClient.ConnectAsync(ipEndPoint.Address, ipEndPoint.Port).ContinueWith(OnServerConnected);
SocketCommunicationManager.cs (1)
187await _tcpClient.ConnectAsync(endpoint.Address, endpoint.Port);