Skip to content
Docs Try Aspire

EndpointReferenceExpression Constructors

Class Constructors 1 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)
{
// ...
}
}
endpointReference EndpointReference The endpoint reference.
property EndpointProperty The property of the endpoint.