HeaderPropagationEntryAction Enum
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.
Represents the action of the header entry.
public enum HeaderPropagationEntryAction
type HeaderPropagationEntryAction =
Public Enum HeaderPropagationEntryAction
- Inheritance
-
HeaderPropagationEntryAction
Fields
| Name | Value | Description |
|---|---|---|
| Add | 0 | Adds a new header entry to the outgoing request. |
| Append | 1 | Appends a new header value to an existing key in the outgoing request. |
| Propagate | 2 | Propagates the header entry from the incoming request to the outgoing request. |
| Override | 3 | Overrides an existing header entry in the outgoing request. |