3 writes to ClientTimeoutInterval
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
123ClientTimeoutInterval = _hubOptions.ClientTimeoutInterval ?? _globalHubOptions.ClientTimeoutInterval ?? HubOptionsSetup.DefaultClientTimeoutInterval,
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (1)
36ClientTimeoutInterval = TimeSpan.FromSeconds(15),
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
HubConnectionContextUtils.cs (1)
36ClientTimeoutInterval = TimeSpan.FromSeconds(15),
2 references to ClientTimeoutInterval
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (2)
74_clientTimeoutInterval = contextOptions.ClientTimeoutInterval; 719CloseException ??= new OperationCanceledException($"Client hasn't sent a message/ping within the configured {nameof(HubConnectionContextOptions.ClientTimeoutInterval)}.");