3 references to ManyRoutes
Microsoft.Extensions.Http.Resilience.PerformanceTests (3)
HedgingBenchmark.cs (2)
32HedgingClientType.Weighted | HedgingClientType.ManyRoutes, 33HedgingClientType.Ordered | HedgingClientType.ManyRoutes)]
HttpClientFactory.cs (1)
76int routes = clientType.HasFlag(HedgingClientType.ManyRoutes) ? 50 : 2;