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 |
|---|---|
| AgenticHeaderProvider |
Provides agent identity headers derived from the incoming Activity for agentic requests. Headers are only emitted when the Activity represents an agentic request (i.e., Recipient.Role is AgenticUser or AgenticIdentity). |
| 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. |
| IHeaderValueProvider |
Provides dynamically resolved headers to inject on outgoing HTTP requests. Implementations are registered per-request via HeaderProviders. |
Enums
| Name | Description |
|---|---|
| HeaderPropagationEntryAction |
Represents the action of the header entry. |