PlatformHeaders.ClientHeaderPrefix Field
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.
The prefix x-client- for pass-through client headers.
All request headers starting with this prefix are extracted and forwarded
to the handler via the invocation context.
public const string ClientHeaderPrefix;
val mutable ClientHeaderPrefix : string
Public Const ClientHeaderPrefix As String