HeaderPropagationEntryCollection.Propagate(String) Method
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.
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.