1 write to _hasInherentKeepAlive
Microsoft.AspNetCore.SignalR.Client.Tests (1)
TestConnection.cs (1)
53
_hasInherentKeepAlive
= hasInherentKeepAlive;
1 reference to _hasInherentKeepAlive
Microsoft.AspNetCore.SignalR.Client.Tests (1)
TestConnection.cs (1)
46
bool IConnectionInherentKeepAliveFeature.HasInherentKeepAlive =>
_hasInherentKeepAlive
;