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. Gets the
HttpsEndpointUpdateCallbackContext.CancellationToken for the operation. 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; } Gets the
IServiceProvider instance from the application. public IServiceProvider Services { get; init; }