次の方法で共有


ServiceHealthElement.HttpsGetBinding プロパティ

定義

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 、要素の 属性の HttpsGetBinding 値に <serviceHealth> 対応します。 属性が構成ファイルで定義されていない場合、その既定値は です String.Empty。 プロパティは、 ServiceHealthBehavior.HttpsGetBinding プロパティの値を 定義します。

適用対象