1 override of ConnectionAborted
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubCallerContext.cs (1)
37
public override CancellationToken
ConnectionAborted
=> _connection.ConnectionAborted;
5 references to ConnectionAborted
Microsoft.AspNetCore.Components.Server (5)
ComponentHub.cs (5)
145
_ = circuitHost.InitializeAsync(store, httpActivityContext, Context.
ConnectionAborted
);
218
_ = circuitHost.UpdateRootComponents(operations, store, persistedState != null, Context.
ConnectionAborted
);
236
Context.
ConnectionAborted
);
326
persistedCircuitState = await _circuitPersistenceManager.ResumeCircuitAsync(circuitId, Context.
ConnectionAborted
);
398
_ = circuitHost.InitializeAsync(store: null, httpActivityContext, Context.
ConnectionAborted
);