HeaderPropagationAttribute Class
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.
Attribute to register a type for header propagation initialization.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class HeaderPropagationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type HeaderPropagationAttribute = class
inherit Attribute
Public NotInheritable Class HeaderPropagationAttribute
Inherits Attribute
- Inheritance
-
HeaderPropagationAttribute
- Attributes
Remarks
Should be applied to classes that implement the IHeaderPropagationAttribute interface.
Constructors
| Name | Description |
|---|---|
| HeaderPropagationAttribute() | |