Skip to content
Docs Try Aspire

ContainerFileSystemCallbackContext Properties

Class Properties 3 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; }
ServiceProvider Section titled ServiceProvider IServiceProvider
A IServiceProvider that can be used to resolve services in the callback.
public IServiceProvider ServiceProvider { get; init; }