Skip to content
DocsTry Aspire
DocsTry

EndpointReferenceExpression Constructors

ClassConstructors1 member
Represents a property expression for an endpoint reference.
Constructor(EndpointReference, EndpointProperty)Section titled Constructor(EndpointReference, EndpointProperty)
Represents a property expression for an endpoint reference.
public class EndpointReferenceExpression
{
public EndpointReferenceExpression(
EndpointReference endpointReference,
EndpointProperty property)
{
// ...
}
}
endpointReferenceEndpointReferenceThe endpoint reference.
propertyEndpointPropertyThe property of the endpoint.