ServiceHealthElement.HttpsGetBinding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,這個字串表示用於透過 HTTPS/Get 要求擷取健全狀況的繫結類型。
public:
property System::String ^ HttpsGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsGetBinding : string with get, set
Public Property HttpsGetBinding As String
屬性值
字串,表示用來透過 HTTPS/Get 要求擷取健康情況的系結。
- 屬性
備註
屬性 HttpsGetBinding
會對應至 專案之 屬性 <serviceHealth>
的值 HttpsGetBinding
。 如果未在組態檔中定義屬性,其預設值為 String.Empty 。 屬性會定義 ServiceHealthBehavior.HttpsGetBinding 屬性的值。