1 instantiation of HttpRetryHandler
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
34public IHttpRetryHandler RetryHandler { get; set; } = new HttpRetryHandler();
3 references to HttpRetryHandler
NuGet.Protocol (3)
HttpSource\HttpRetryHandler.cs (1)
18/// The <see cref="HttpRetryHandler"/> is for retrying and HTTP request if it times out, has any exception,
HttpSource\HttpRetryHandlerRequest.cs (1)
11/// A request to be handled by <see cref="HttpRetryHandler"/>. This type should contain all
HttpSource\HttpSourceAuthenticationHandler.cs (1)
112new HttpRequestOptionsKey<List<Stopwatch>>(HttpRetryHandler.StopwatchPropertyName),