HeaderPropagationEntry Class

Definition

Define the configuration of a header for the HeaderPropagationMiddleware.

public ref class HeaderPropagationEntry
public class HeaderPropagationEntry
type HeaderPropagationEntry = class
Public Class HeaderPropagationEntry
Inheritance
HeaderPropagationEntry

Constructors

HeaderPropagationEntry(String, String, Func<HeaderPropagationContext,StringValues>)

Creates a new HeaderPropagationEntry with the provided inboundHeaderName, capturedHeaderName and valueFilter.

Properties

CapturedHeaderName

Gets the name of the header to be used by default by the HeaderPropagationMessageHandler for the outbound http requests.

InboundHeaderName

Gets the name of the header that will be captured by the HeaderPropagationMiddleware.

ValueFilter

Gets or sets a filter delegate that can be used to transform the header value.

Applies to