2 writes to _transport
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
553
_transport
= null;
561
_transport
= transport;
5 references to _transport
Microsoft.AspNetCore.Http.Connections.Client (5)
HttpConnection.cs (5)
66
if (
_transport
== null)
70
return
_transport
;
284
await
_transport
!.StopAsync().ConfigureAwait(false);
440
if (
_transport
== null)
563
if (useStatefulReconnect &&
_transport
is IStatefulReconnectFeature reconnectFeature)