2 writes to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Core (2)
HubOptionsSetup.cs (1)
53
options.
KeepAliveInterval
= DefaultKeepAliveInterval;
HubOptionsSetup`T.cs (1)
33
options.
KeepAliveInterval
= _hubOptions.KeepAliveInterval;
4 references to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionHandler.cs (2)
123
KeepAliveInterval = _hubOptions.
KeepAliveInterval
?? _globalHubOptions.
KeepAliveInterval
?? HubOptionsSetup.DefaultKeepAliveInterval,
HubOptionsSetup.cs (1)
49
if (options.
KeepAliveInterval
== null)
HubOptionsSetup`T.cs (1)
33
options.KeepAliveInterval = _hubOptions.
KeepAliveInterval
;