Skip to content

Propagation Base

ContextR.Propagation defines transport-agnostic propagation contracts, payload policies, and failure handling abstractions.

Back to Packages Overview

Use This Package When

  • you need to inject/extract context through transport carriers
  • you need custom propagators or policy hooks
  • transport packages must share one propagation contract

Install

dotnet add package ContextR.Propagation

Depends On

  • ContextR

See Also