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