EndpointReferenceExpression Class

Definition

Represents a property expression for an endpoint reference.

public class EndpointReferenceExpression : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
type EndpointReferenceExpression = class
    interface IManifestExpressionProvider
    interface IValueProvider
    interface IValueWithReferences
Public Class EndpointReferenceExpression
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences
Inheritance
EndpointReferenceExpression
Implements

Constructors

EndpointReferenceExpression(EndpointReference, EndpointProperty)

Represents a property expression for an endpoint reference.

Properties

Endpoint

Gets the EndpointReference.

Property

Gets the EndpointProperty for the property expression.

ValueExpression

Gets the expression of the property of the endpoint.

Methods

GetValueAsync(CancellationToken)

Gets the value of the property of the endpoint.

Explicit Interface Implementations

IValueWithReferences.References

Applies to