次の方法で共有


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 プロパティの値を定義します。

適用対象