7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
287
CloseException
= ex;
315
CloseException
= ex;
332
CloseException
= ex;
360
CloseException
= ex;
386
CloseException
= ex;
424
CloseException
= ex;
719
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)
197
await HubOnDisconnectedAsync(connection, connection.
CloseException
);