ForwardedHeadersOptions.ForwardedHostHeaderName Property

Definition

Gets or sets the header used to retrieve the original value of the Host header field. Defaults to the value specified by XForwardedHostHeaderName

public:
 property System::String ^ ForwardedHostHeaderName { System::String ^ get(); void set(System::String ^ value); };
public string ForwardedHostHeaderName { get; set; }
member this.ForwardedHostHeaderName : string with get, set
Public Property ForwardedHostHeaderName As String

Property Value

Applies to

See also