EndpointReferenceExpression(EndpointReference, EndpointProperty) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a property expression for an endpoint reference.
public EndpointReferenceExpression (Aspire.Hosting.ApplicationModel.EndpointReference endpointReference, Aspire.Hosting.ApplicationModel.EndpointProperty property);
new Aspire.Hosting.ApplicationModel.EndpointReferenceExpression : Aspire.Hosting.ApplicationModel.EndpointReference * Aspire.Hosting.ApplicationModel.EndpointProperty -> Aspire.Hosting.ApplicationModel.EndpointReferenceExpression
Public Sub New (endpointReference As EndpointReference, property As EndpointProperty)
Parameters
- endpointReference
- EndpointReference
The endpoint reference.
- property
- EndpointProperty
The property of the endpoint.