HeaderPropagationAssemblyAttribute(Type) Constructor

Definition

Attribute containing a type with a LoadHeaders method to be called when initializing header propagation.

public HeaderPropagationAssemblyAttribute(Type type);
new Microsoft.Agents.Core.HeaderPropagation.HeaderPropagationAssemblyAttribute : Type -> Microsoft.Agents.Core.HeaderPropagation.HeaderPropagationAssemblyAttribute
Public Sub New (type As Type)

Parameters

type
Type

Declared type containing static LoadHeaders method to call.

Applies to