1 implementation of ConnectAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionFactory.cs (1)
44
public async ValueTask<ConnectionContext>
ConnectAsync
(EndPoint endPoint, CancellationToken cancellationToken = default)
1 reference to ConnectAsync
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
495
var connection = await _connectionFactory.
ConnectAsync
(_endPoint, cancellationToken).ConfigureAwait(false);