ServiceHealthElement.HttpGetUrl 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 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
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.