<PackageReference Include="OpenTelemetry.Api" Version="1.16.0" />

OpenTelemetry.Context.Propagation.PropagationContext

Stores propagation data.
namespace OpenTelemetry.Context.Propagation { public readonly struct PropagationContext : IEquatable<PropagationContext> { public ActivityContext ActivityContext { get; } public Baggage Baggage { get; } public PropagationContext(ActivityContext activityContext, Baggage baggage); public static bool operator ==(PropagationContext left, PropagationContext right); public static bool operator !=(PropagationContext left, PropagationContext right); public bool Equals(PropagationContext value); } }