1 override of ConnectionAborted
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubCallerContext.cs (1)
39
public override CancellationToken
ConnectionAborted
=> _connection.ConnectionAborted;
5 references to ConnectionAborted
Microsoft.AspNetCore.Components.Server (5)
ComponentHub.cs (5)
164
_ = circuitHost.InitializeAsync(store, httpActivityContext, Context.
ConnectionAborted
);
237
_ = circuitHost.UpdateRootComponents(operations, store, persistedState != null, Context.
ConnectionAborted
);
255
Context.
ConnectionAborted
);
345
persistedCircuitState = await _circuitPersistenceManager.ResumeCircuitAsync(circuitId, Context.
ConnectionAborted
);
417
_ = circuitHost.InitializeAsync(store: null, httpActivityContext, Context.
ConnectionAborted
);