9 writes to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
122KeepAliveInterval = _hubOptions.KeepAliveInterval ?? _globalHubOptions.KeepAliveInterval ?? HubOptionsSetup.DefaultKeepAliveInterval,
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
BroadcastBenchmark.cs (1)
48KeepAliveInterval = Timeout.InfiniteTimeSpan,
DefaultHubDispatcherBenchmark.cs (1)
47KeepAliveInterval = TimeSpan.Zero,
DefaultHubLifetimeManagerBenchmark.cs (1)
53KeepAliveInterval = TimeSpan.Zero,
HubConnectionContextBenchmark.cs (1)
44KeepAliveInterval = Timeout.InfiniteTimeSpan,
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (2)
21KeepAliveInterval = TimeSpan.FromSeconds(15), 35KeepAliveInterval = TimeSpan.FromSeconds(15),
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
HubConnectionContextUtils.cs (2)
21KeepAliveInterval = TimeSpan.FromSeconds(15), 35KeepAliveInterval = TimeSpan.FromSeconds(15),
1 reference to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
73_keepAliveInterval = contextOptions.KeepAliveInterval;