4 references to ConnectAsync
Interop.FunctionalTests (2)
Http2WebSocketInteropTests.cs (2)
83
await wsClient.
ConnectAsync
(new Uri(url), client, default);
147
await wsClient.
ConnectAsync
(new Uri(url), client, default);
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
270
await webSocket.
ConnectAsync
(url, invoker: _httpClient, cancellationToken).ConfigureAwait(false);
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocket.cs (1)
84
return
ConnectAsync
(uri, null, cancellationToken);