HeaderPropagationEntry 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.
Represents a single header entry used for header propagation.
public class HeaderPropagationEntry
type HeaderPropagationEntry = class
Public Class HeaderPropagationEntry
- Inheritance
-
HeaderPropagationEntry
Constructors
| Name | Description |
|---|---|
| HeaderPropagationEntry() | |
Fields
| Name | Description |
|---|---|
| Action |
Action of the header entry (Add, Append, etc.). |
Properties
| Name | Description |
|---|---|
| Key |
Key of the header entry. |
| Value |
Value of the header entry. |