ReverseProxyPropagator.ExtractBaggage Method

Definition

public override System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string?>>? ExtractBaggage(object? carrier, System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback? getter);
override this.ExtractBaggage : obj * System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback -> seq<System.Collections.Generic.KeyValuePair<string, string>>
Public Overrides Function ExtractBaggage (carrier As Object, getter As DistributedContextPropagator.PropagatorGetterCallback) As IEnumerable(Of KeyValuePair(Of String, String))

Parameters

carrier
Object

Returns

Applies to