ServiceHealthBehaviorBase.HttpsGetBinding Property

Definition

Gets or sets the binding that is used for health retrieval via an HTTPS/Get request.

C#
public System.ServiceModel.Channels.Binding HttpsGetBinding { get; set; }

Property Value

The binding used for health retrieval via an HTTPS/Get request.

Exceptions

In a set operation, the Url of the HttpsGetUrl argument must be relative or its scheme must be "HTTPS:".

-or-

The message version is incorrect.

Remarks

Setting this property is optional. If it is not set, the default bindings are used.

Only bindings with inner binding elements that support IReplyChannel are supported. In addition, the MessageVersion property of the binding must be MessageVersion.None.

Applies to

Tuote Versiot
.NET Framework 4.8, 4.8.1