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