Edit

Share via


ServiceHealthElement.HttpGetUrl Property

Definition

Gets or sets the location at which the service health information is published for retrieval using 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

Property Value

Uri

The location at which the service health information is published for retrieval using HTTP.

Attributes

Remarks

The HttpGetUrl property corresponds to the value of the HttpGetUrl attribute of a <serviceHealth> element. The property defines the value of the ServiceHealthBehavior.HttpGetUrl property.

Applies to