HeaderPropagationEntryCollection Class

Definition

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.

Applies to