Skip to content

Propagation Token

ContextR.Propagation.Token defines contracts for token/reference based transport of large payloads.

Back to Packages Overview

Use This Package When

  • metadata should carry references instead of full payloads
  • large context payloads are stored out-of-band
  • token envelope encoding/decoding must be standardized

Install

dotnet add package ContextR.Propagation.Token

Depends On

  • ContextR.Propagation

See Also