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