Skip to content

Transport gRPC

ContextR.Transport.Grpc provides gRPC interceptors and metadata adapters for context propagation.

Back to Packages Overview

Use This Package When

  • gRPC calls must carry context metadata between services
  • both client injection and server extraction are needed
  • domain-aware propagation is required for gRPC boundaries

Install

dotnet add package ContextR.Transport.Grpc

Depends On

  • ContextR
  • ContextR.Propagation

See Also