HeaderPropagationMiddleware Class
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 middleware to propagate incoming request headers to outgoing ones by internally using the HeaderPropagationContext static class.
public class HeaderPropagationMiddleware
type HeaderPropagationMiddleware = class
Public Class HeaderPropagationMiddleware
- Inheritance
-
HeaderPropagationMiddleware
Constructors
| HeaderPropagationMiddleware(RequestDelegate) |
Initializes a new instance of HeaderPropagationMiddleware. |
Methods
| Invoke(HttpContext) |
Executes the middleware to set the request headers in HeaderPropagationContext. |