Aracılığıyla paylaş


ConnectionMonitorHttpConfiguration.PreferHTTPS Property

Definition

Gets or sets value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.

[Newtonsoft.Json.JsonProperty(PropertyName="preferHTTPS")]
public bool? PreferHTTPS { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preferHTTPS")>]
member this.PreferHTTPS : Nullable<bool> with get, set
Public Property PreferHTTPS As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to