IHeaderPropagationAttribute.LoadHeaders Method

Definition

Loads the header entries into the outgoing request headers collection.

public static abstract void LoadHeaders(Microsoft.Agents.Core.HeaderPropagation.HeaderPropagationEntryCollection collection);
static member LoadHeaders : Microsoft.Agents.Core.HeaderPropagation.HeaderPropagationEntryCollection -> unit
Public Shared Sub LoadHeaders (collection As HeaderPropagationEntryCollection)

Parameters

collection
HeaderPropagationEntryCollection

A collection to operate over the headers.

Applies to