ServiceHealthElement.HttpsGetUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.