ResponseContext.ClientHeaders Property

Definition

Gets the forwarded client headers (those prefixed with x-client-) from the original HTTP request.

public virtual System.Collections.Generic.IReadOnlyDictionary<string,string> ClientHeaders { get; }
member this.ClientHeaders : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Overridable ReadOnly Property ClientHeaders As IReadOnlyDictionary(Of String, String)

Property Value

Applies to