Share via


ForwardedHeadersOptions.OriginalForHeaderName Property

Definition

Gets or sets the header used to store the original value of client IP before applying forwarded headers. Defaults to the value specified by XOriginalForHeaderName

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

Property Value

Applies to

See also