HeaderPropagationContext Struct

Definition

A context object for ValueFilter delegates.

public value class HeaderPropagationContext
public readonly struct HeaderPropagationContext
type HeaderPropagationContext = struct
Public Structure HeaderPropagationContext
Inheritance
HeaderPropagationContext

Constructors

HeaderPropagationContext(HttpContext, String, StringValues)

Initializes a new instance of HeaderPropagationContext with the provided httpContext, headerName and headerValue.

Properties

HeaderName

Gets the header name.

HeaderValue

Gets the header value from the current request.

HttpContext

Gets the HttpContext associated with the current request.

Applies to