HeaderPropagationEntryCollection 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 collection of all the header entries that are to be propagated to the outgoing request.
public class HeaderPropagationEntryCollection
type HeaderPropagationEntryCollection = class
Public Class HeaderPropagationEntryCollection
- Inheritance
-
HeaderPropagationEntryCollection
Constructors
| Name | Description |
|---|---|
| HeaderPropagationEntryCollection() | |
Properties
| Name | Description |
|---|---|
| Entries |
Gets the collection of header entries to be propagated to the outgoing request. |
Methods
| Name | Description |
|---|---|
| Add(String, StringValues) |
Attempts to add a new header entry to the collection. |
| Append(String, StringValues) |
Appends a new header value to an existing key. |
| Override(String, StringValues) |
Overrides the header value of an existing key. |
| Propagate(String) |
Propagates the incoming request header value to the outgoing request. |