共用方式為


WeightedUriEndpoint.Uri 屬性

定義

取得或設定端點的 URL。

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

屬性值

Uri
屬性

備註

只會使用架構、功能變數名稱和埠。 其餘的URL會從要求URL建構。

適用於