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