ServiceHealthElement.HttpsGetUrl Property

Definition

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

Property Value

Uri

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

Attributes

Remarks

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

Applies to