共用方式為


ServiceHealthElement.HttpGetBinding 屬性

定義

取得或設定字串,這個字串表示用於透過 HTTP/Get 要求擷取健全狀況的繫結類型。

public:
 property System::String ^ HttpGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpGetBinding : string with get, set
Public Property HttpGetBinding As String

屬性值

字串,表示用來透過 HTTP/Get 要求擷取健康情況的系結。

屬性

備註

屬性 HttpGetBinding 會對應至 專案之 屬性 <serviceHealth> 的值 HttpGetBinding 。 如果未在組態檔中定義屬性,其預設值為 String.Empty 。 屬性會定義 ServiceHealthBehavior.HttpGetBinding 屬性的值。

適用於