HeaderPropagationContext.HeadersFromRequest Property

Definition

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)

Property Value

Applies to