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