ForwardProxy.CustomProtoHeaderName Property

Definition

Gets or sets the name of the header containing the scheme of the request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to