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)
66if (_transport == null) 70return _transport; 284await _transport!.StopAsync().ConfigureAwait(false); 440if (_transport == null) 563if (useStatefulReconnect && _transport is IStatefulReconnectFeature reconnectFeature)