Freigeben über


RedirectConfiguration.RedirectProtocol Property

Definition

Gets or sets the protocol of the destination to where the traffic is redirected Possible values include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'

[Newtonsoft.Json.JsonProperty(PropertyName="redirectProtocol")]
public string RedirectProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="redirectProtocol")>]
member this.RedirectProtocol : string with get, set
Public Property RedirectProtocol As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to