2 references to ConnectAsync
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)
80
return
ConnectAsync
(uri, null, cancellationToken);