ServiceHealthElement.HttpsGetBinding Property

Definition

Gets or sets a string that represents the type of binding used for health retrieval via an HTTPS/Get request.

public:
 property System::String ^ HttpsGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsGetBinding : string with get, set
Public Property HttpsGetBinding As String

Property Value

A string that represents the binding used for health retrieval via an HTTPS/Get request.

Attributes

Remarks

The HttpsGetBinding property corresponds to the value of the HttpsGetBinding attribute of a <serviceHealth> element. If the attribute is not defined in a configuration file, its default value is String.Empty. The property defines the value of the ServiceHealthBehavior.HttpsGetBinding property.

Applies to