HeaderPropagationAssemblyAttribute Class

Definition

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

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class HeaderPropagationAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type HeaderPropagationAssemblyAttribute = class
    inherit Attribute
Public Class HeaderPropagationAssemblyAttribute
Inherits Attribute
Inheritance
HeaderPropagationAssemblyAttribute
Attributes

Constructors

Name Description
HeaderPropagationAssemblyAttribute(Type)

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

Fields

Name Description
InitType

Applies to