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)
2336
if (
_hasInherentKeepAlive
)