3 implementations of StartAsync
Microsoft.AspNetCore.Http.Connections.Client (3)
Internal\LongPollingTransport.cs (1)
43public async Task StartAsync(Uri url, TransferFormat transferFormat, CancellationToken cancellationToken = default)
Internal\ServerSentEventsTransport.cs (1)
46public async Task StartAsync(Uri url, TransferFormat transferFormat, CancellationToken cancellationToken = default)
Internal\WebSocketsTransport.cs (1)
287public async Task StartAsync(Uri url, TransferFormat transferFormat, CancellationToken cancellationToken = default)
1 reference to StartAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
527await transport.StartAsync(connectUrl, transferFormat, cancellationToken).ConfigureAwait(false);