ForwardProxy.CustomHostHeaderName Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to