5 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);
Microsoft.WebTools.AspireService.Tests (1)
AspireServerServiceTests.cs (1)
370
await ws.
ConnectAsync
(new Uri($"wss://{tokens.serverAddress}{RunSessionRequest.Url}{SessionNotification.Url}"), httpClient, CancellationToken.None);
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocket.cs (1)
81
return
ConnectAsync
(uri, null, cancellationToken);