Edit

Share via


WeightedUriEndpoint.Uri Property

Definition

Gets or sets the URL of the endpoint.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public Uri? Uri { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.Uri : Uri with get, set
Public Property Uri As Uri

Property Value

Uri
Attributes

Remarks

Only schema, domain name, and port are used. The rest of the URL is constructed from the request URL.

Applies to