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

適用対象