2 references to StartAsync
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (1)
183
return
StartAsync
(_httpConnectionOptions.DefaultTransferFormat, cancellationToken);
HttpConnectionOptions.cs (1)
249
/// is called instead of <see cref="HttpConnection.
StartAsync
(TransferFormat, CancellationToken)"/>.