Skip to content
DocsTry Aspire
DocsTry

HttpsEndpointUpdateCallbackContext

Handle
📦 Aspire.Hosting v13.5.0
interface HttpsEndpointUpdateCallbackContext {
readonly cancellationToken: cancellationToken;
readonly model: DistributedApplicationModel;
readonly resource: IResource;
readonly services: IServiceProvider;
}

Properties

propertycancellationTokencancellationTokenget
Gets the `CancellationToken` for the operation.
propertymodelDistributedApplicationModelget
Gets the `DistributedApplicationModel` instance.
propertyresourceIResourceget
Gets the `IResource` that is being configured for HTTPS.
propertyservicesIServiceProviderget
Gets the `IServiceProvider` instance from the application.