IHeaderPropagationAttribute.LoadHeaders 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.
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.