HttpsEndpointUpdateCallbackContext
Class sealed net8.0
Context provided to the callback of
ResourceBuilderExtensions.SubscribeHttpsEndpointsUpdate when an HTTPS certificate is determined to be available for the resource. namespace Aspire.Hosting.ApplicationModel;
public sealed class HttpsEndpointUpdateCallbackContext{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesCancellationTokenget; initCancellationToken Gets the
HttpsEndpointUpdateCallbackContext.CancellationToken for the operation. Modelget; init Gets the
DistributedApplicationModel instance. Resourceget; init Gets the
IResource that is being configured for HTTPS. Servicesget; initIServiceProvider Gets the
IServiceProvider instance from the application.