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