2 references to RequestSnapshot
Microsoft.Extensions.Http.Resilience (2)
Hedging\Internals\RequestMessageSnapshotStrategy.cs (1)
32
context.Properties.Set(ResilienceKeys.
RequestSnapshot
, snapshot);
Hedging\ResilienceHttpClientBuilderExtensions.Hedging.cs (1)
86
if (!args.PrimaryContext.Properties.TryGetValue(ResilienceKeys.
RequestSnapshot
, out var snapshot))