3 writes to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
123
KeepAliveInterval
= _hubOptions.KeepAliveInterval ?? _globalHubOptions.KeepAliveInterval ?? HubOptionsSetup.DefaultKeepAliveInterval,
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (2)
21
KeepAliveInterval
= TimeSpan.FromSeconds(15),
35
KeepAliveInterval
= TimeSpan.FromSeconds(15),
1 reference to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
73
_keepAliveInterval = contextOptions.
KeepAliveInterval
;