EndpointReference.Uri Property

Definition

Gets the URI that specifies the address of the endpoint reference.

public:
 property Uri ^ Uri { Uri ^ get(); };
public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

Property Value

Uri

The address of the endpoint reference.

Remarks

Represents the contents of the wsa:Address child element of the wsa:EndpointReference element.

Applies to