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