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 属性的值。

适用于