Property Baggage
Baggage
Gets the baggage extracted from the message headers for receive operations when PropagateBaggage is enabled (after BaggageKeyFilter is applied); otherwise null. Always null for send operations. Enumeration order is unspecified.
public IReadOnlyList<KeyValuePair<string, string?>>? Baggage { get; init; }