ServiceHealthElement.HttpGetUrl 屬性

定義

取得或設定發佈服務健全狀況資訊以使用 HTTP 進行擷取的位置。

public:
 property Uri ^ HttpGetUrl { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("httpGetUrl")]
public Uri HttpGetUrl { get; set; }
[<System.Configuration.ConfigurationProperty("httpGetUrl")>]
member this.HttpGetUrl : Uri with get, set
Public Property HttpGetUrl As Uri

屬性值

Uri

服務健康情況資訊發佈的位置,以便使用 HTTP 進行擷取。

屬性

備註

屬性 HttpGetUrl 會對應至 專案之 屬性 <serviceHealth> 的值 HttpGetUrl 。 屬性會定義 ServiceHealthBehavior.HttpGetUrl 屬性的值。

適用於