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