Skip to content
DocsTry Aspire
DocsTry

HttpsEndpointUpdateCallbackContext Properties

ClassProperties4 members
Context provided to the callback of ResourceBuilderExtensions.SubscribeHttpsEndpointsUpdate when an HTTPS certificate is determined to be available for the resource.
CancellationTokenSection titled CancellationTokenCancellationToken
public CancellationToken CancellationToken { get; init; }
Gets the DistributedApplicationModel instance.
public DistributedApplicationModel Model { get; init; }
Gets the IResource that is being configured for HTTPS.
public IResource Resource { get; init; }
ServicesSection titled ServicesIServiceProvider
Gets the IServiceProvider instance from the application.
public IServiceProvider Services { get; init; }