Udostępnij za pośrednictwem


EndpointReferenceExpression(EndpointReference, EndpointProperty) Constructor

Definition

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.

Applies to