Share via


Ingress.AllowInsecure Property

Definition

Gets or sets bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to