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)
64if (_transport == null) 68return _transport; 280await _transport!.StopAsync().ConfigureAwait(false); 436if (_transport == null) 559if (useStatefulReconnect && _transport is IStatefulReconnectFeature reconnectFeature)