Skip to content
Docs Try Aspire

HttpsEndpointUpdateCallbackContext Properties

Class Properties 4 members
Context provided to the callback of ResourceBuilderExtensions.SubscribeHttpsEndpointsUpdate when an HTTPS certificate is determined to be available for the resource.
CancellationToken Section titled CancellationToken CancellationToken
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; }
Services Section titled Services IServiceProvider
Gets the IServiceProvider instance from the application.
public IServiceProvider Services { get; init; }