7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
378CloseException = ex; 416CloseException = ex; 436CloseException = ex; 467CloseException = ex; 496CloseException = ex; 534CloseException = ex; 830CloseException ??= new OperationCanceledException($"Client hasn't sent a message/ping within the configured {nameof(HubConnectionContextOptions.ClientTimeoutInterval)}.");
1 reference to CloseException
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
268await HubOnDisconnectedAsync(connection, connection.CloseException);