2 writes to _transport
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
533
_transport
= null;
541
_transport
= transport;
5 references to _transport
Microsoft.AspNetCore.Http.Connections.Client (5)
HttpConnection.cs (5)
61
if (
_transport
== null)
65
return
_transport
;
276
await
_transport
!.StopAsync().ConfigureAwait(false);
432
if (
_transport
== null)
543
if (useStatefulReconnect &&
_transport
is IStatefulReconnectFeature reconnectFeature)