1 write to ClientTimeoutInterval
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
124
ClientTimeoutInterval
= _hubOptions.ClientTimeoutInterval ?? _globalHubOptions.ClientTimeoutInterval ?? HubOptionsSetup.DefaultClientTimeoutInterval,
2 references to ClientTimeoutInterval
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (2)
74
_clientTimeoutInterval = contextOptions.
ClientTimeoutInterval
;
756
CloseException ??= new OperationCanceledException($"Client hasn't sent a message/ping within the configured {nameof(HubConnectionContextOptions.
ClientTimeoutInterval
)}.");