2 references to StartTransport
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
314
await
StartTransport
(uri, _httpConnectionOptions.Transports, transferFormat, cancellationToken, useStatefulReconnect: false).ConfigureAwait(false);
412
await
StartTransport
(connectUrl, transportType, transferFormat, cancellationToken, negotiationResponse.UseStatefulReconnect).ConfigureAwait(false);