ServiceHealthElement.HttpGetUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定發佈服務健全狀況資訊以使用 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
屬性值
服務健康情況資訊發佈的位置,以便使用 HTTP 進行擷取。
- 屬性
備註
屬性 HttpGetUrl
會對應至 專案之 屬性 <serviceHealth>
的值 HttpGetUrl
。 屬性會定義 ServiceHealthBehavior.HttpGetUrl 屬性的值。