7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
305
CloseException
= ex;
343
CloseException
= ex;
363
CloseException
= ex;
394
CloseException
= ex;
423
CloseException
= ex;
461
CloseException
= ex;
756
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
);