2 writes to _transport
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
549
_transport
= null;
557
_transport
= transport;
5 references to _transport
Microsoft.AspNetCore.Http.Connections.Client (5)
HttpConnection.cs (5)
64
if (
_transport
== null)
68
return
_transport
;
280
await
_transport
!.StopAsync().ConfigureAwait(false);
436
if (
_transport
== null)
559
if (useStatefulReconnect &&
_transport
is IStatefulReconnectFeature reconnectFeature)