ServiceHealthElement.HttpsGetUrl 属性

定义

获取或设置使用 HTTPS 进行检索的服务运行状况信息的发布位置。

public:
 property Uri ^ HttpsGetUrl { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetUrl")]
public Uri HttpsGetUrl { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetUrl")>]
member this.HttpsGetUrl : Uri with get, set
Public Property HttpsGetUrl As Uri

属性值

Uri

发布服务运行状况信息以使用 HTTPS 检索的位置。

属性

注解

HttpsGetUrl属性对应于 元素 HttpsGetUrl 的 属性的值 <serviceHealth> 。 属性定义 ServiceHealthBehavior.HttpsGetUrl 属性的值

适用于