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) { // ... }}Parameters
endpointReferenceEndpointReferenceThe endpoint reference.propertyEndpointPropertyThe property of the endpoint.