1 write to _hasInherentKeepAlive
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
532_hasInherentKeepAlive = transportType == HttpTransportType.LongPolling;
1 reference to _hasInherentKeepAlive
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
93bool IConnectionInherentKeepAliveFeature.HasInherentKeepAlive => _hasInherentKeepAlive;