7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
382
CloseException
= ex;
420
CloseException
= ex;
440
CloseException
= ex;
471
CloseException
= ex;
500
CloseException
= ex;
538
CloseException
= ex;
834
CloseException
??= 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)
414
await HubOnDisconnectedAsync(connection, connection.
CloseException
);