Compartir a través de


ConnectionMonitorHttpConfiguration.PreferHTTPS Propiedad

Definición

Obtiene o establece el valor que indica si se prefiere HTTPS sobre HTTP en los casos en los que la opción no es explícita.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a