Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ContainerFileSystemCallbackContext Properties

ClassProperties4 members
Represents the context for a ContainerFileSystemCallbackAnnotation callback.
The path to the server authentication certificate file inside the container.
public ContainerFileSystemCallbackHttpsCertificateContext? HttpsCertificateContext { get; set; }
The app model resource the callback is associated with.
public IResource Model { get; init; }
ServiceProviderSection titled ServiceProviderIServiceProvider
A IServiceProvider that can be used to resolve services in the callback.
public IServiceProvider ServiceProvider { get; init; }
ServicesSection titled ServicesIServiceProvider
A IServiceProvider that can be used to resolve services in the callback.
public IServiceProvider Services { get; init; }