ServiceHealthElement.HttpsGetEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置可控制服务是否在 HttpsGetUrl
属性指定的地址处发布其运行状况信息的值。
public:
property bool HttpsGetEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("httpsGetEnabled", DefaultValue=true)]
public bool HttpsGetEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetEnabled", DefaultValue=true)>]
member this.HttpsGetEnabled : bool with get, set
Public Property HttpsGetEnabled As Boolean
属性值
true
若要在 属性指定的地址发布运行状况信息, HttpsGetUrl
则为 ;否则为 false
。
- 属性
注解
属性 HttpsGetEnabled
对应于 元素的 HttpsGetEnabled
特性 <serviceHealth>
的值。 如果未在配置文件中定义 属性,则其默认值为 true
。 属性定义 ServiceHealthBehavior.HttpsGetEnabled 属性的值。