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