ServiceHealthElement.HttpGetUrl 属性

定义

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

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

属性值

Uri

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

属性

注解

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

适用于