ResponseContext.ClientHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)