# HttpsEndpointUpdateCallbackContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [HttpsEndpointUpdateCallbackContext](/reference/api/csharp/aspire.hosting/httpsendpointupdatecallbackcontext.md)
- Kind: `Constructors`
- Members: `1`

Context provided to the callback of [ResourceBuilderExtensions.SubscribeHttpsEndpointsUpdate(IResourceBuilder<TResource>, Action<HttpsEndpointUpdateCallbackContext>)](/reference/api/csharp/aspire.hosting/resourcebuilderextensions/methods.md#subscribehttpsendpointsupdate-iresourcebuilder-tresource-action-httpsendpointupdatecallbackcontext) when an HTTPS certificate is determined to be available for the resource.

## HttpsEndpointUpdateCallbackContext

- Name: `Constructor`

```csharp
public sealed class HttpsEndpointUpdateCallbackContext
{
    public HttpsEndpointUpdateCallbackContext()
    {
        // ...
    }
}
```
