Share via


Backend.BackendHostHeader Property

Definition

Gets or sets the value to use as the host header sent to the backend. If blank or unspecified, this defaults to the incoming host.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to