HeaderPropagationEntryCollection.Propagate(String) Method

Definition

Propagates the incoming request header value to the outgoing request.

public void Propagate(string key);
member this.Propagate : string -> unit
Public Sub Propagate (key As String)

Parameters

key
String

The key of the element to add.

Remarks

If the key does not exist in the incoming request headers collection, it will be ignored.

Applies to