Microsoft.AspNetCore.HeaderPropagation Namespace
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.
Provides types used to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests.
Classes
| HeaderPropagationEntry |
Define the configuration of a header for the HeaderPropagationMiddleware. |
| HeaderPropagationEntryCollection |
A collection of HeaderPropagationEntry items. |
| HeaderPropagationMessageHandler |
A message handler for propagating headers collected by the HeaderPropagationMiddleware to a outgoing request. |
| HeaderPropagationMessageHandlerEntry |
Define the configuration of an header for the HeaderPropagationMessageHandler. |
| HeaderPropagationMessageHandlerEntryCollection |
A collection of HeaderPropagationMessageHandlerEntry items. |
| HeaderPropagationMessageHandlerOptions |
Provides configuration for the HeaderPropagationMessageHandler. |
| HeaderPropagationMiddleware |
A Middleware for propagating headers to an HttpClient. |
| HeaderPropagationOptions |
Provides configuration for the HeaderPropagationMiddleware. |
| HeaderPropagationValues |
Contains the outbound header values for the HeaderPropagationMessageHandler. |
Structs
| HeaderPropagationContext |
A context object for ValueFilter delegates. |
Remarks
For more information ASP.NET Core header propagation, see Header propagation middleware.