HeaderPropagationContext Struct
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.
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
|
Properties
| HeaderName |
Gets the header name. |
| HeaderValue |
Gets the header value from the current request. |
| HttpContext |
Gets the HttpContext associated with the current request. |