HeaderPropagationEntryAction Enum

Definition

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.

Applies to