HeaderPropagationContext.HeadersFromRequest 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 or sets the request headers that will be propagated based on what's inside the HeadersToPropagate property.
public static System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Primitives.StringValues> HeadersFromRequest { get; set; }
static member HeadersFromRequest : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Primitives.StringValues> with get, set
Public Shared Property HeadersFromRequest As IDictionary(Of String, StringValues)