Microsoft.Agents.Core.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.
Classes
| Name | Description |
|---|---|
| HeaderPropagationAssemblyAttribute |
Attribute containing a type with a LoadHeaders method to be called when initializing header propagation. |
| HeaderPropagationAttribute |
Attribute to register a type for header propagation initialization. |
| HeaderPropagationContext |
Shared context to manage request headers that will be used to propagate them in the AddHeaderPropagation(HttpClient). |
| HeaderPropagationEntry |
Represents a single header entry used for header propagation. |
| HeaderPropagationEntryCollection |
Represents a collection of all the header entries that are to be propagated to the outgoing request. |
| HeaderPropagationExtensions | |
Interfaces
| Name | Description |
|---|---|
| IHeaderPropagationAttribute |
Interface to ensure that the header propagation attribute is implemented correctly. |
Enums
| Name | Description |
|---|---|
| HeaderPropagationEntryAction |
Represents the action of the header entry. |