3 references to ConnectAsync
Interop.FunctionalTests (2)
Http2WebSocketInteropTests.cs (2)
83await wsClient.ConnectAsync(new Uri(url), client, default); 147await wsClient.ConnectAsync(new Uri(url), client, default);
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocket.cs (1)
84return ConnectAsync(uri, null, cancellationToken);