1 implementation of IHttpRetryHandler
NuGet.Protocol (1)
HttpSource\HttpRetryHandler.cs (1)
21public class HttpRetryHandler : IHttpRetryHandler
1 reference to IHttpRetryHandler
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
34public IHttpRetryHandler RetryHandler { get; set; } = new HttpRetryHandler();