1 write to _hasInherentKeepAlive
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2156_hasInherentKeepAlive = connection.Features.Get<IConnectionInherentKeepAliveFeature>()?.HasInherentKeepAlive ?? false;
1 reference to _hasInherentKeepAlive
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2336if (_hasInherentKeepAlive)