3 references to ConnectAsync
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
TargetPickerUi.cs (1)
122
await browserDebugClientConnect.
ConnectAsync
(endpoint.Address, 6000);
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);