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