HeaderPropagationValues.Headers Property

Definition

Gets or sets the headers values collected by the HeaderPropagationMiddleware from the current request that can be propagated.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ Headers { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ value); };
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Primitives.StringValues> Headers { get; set; }
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Primitives.StringValues>? Headers { get; set; }
member this.Headers : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Primitives.StringValues> with get, set
Public Property Headers As IDictionary(Of String, StringValues)

Property Value

Remarks

The keys of Headers correspond to CapturedHeaderName.

Applies to