ServiceHealthElement.HttpGetBinding 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置可表示通过 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 属性的值。