Skip to content
Docs Try Aspire

ValueProviderContext Properties

Class Properties 3 members
Provides context for value resolution.
The resource that is requesting the value.
public IResource? Caller { get; init; }
The execution context for the distributed application.
public DistributedApplicationExecutionContext? ExecutionContext { get; init; }
The identifier of the network that serves as the context for value resolution.
public NetworkIdentifier? Network { get; init; }