2 references to DelayInMilliseconds
NuGet.Protocol (2)
HttpSource\HttpRetryHandler.cs (2)
69
if (_enhancedHttpRetryHelper.
DelayInMilliseconds
!= null)
71
request.RetryDelay = TimeSpan.FromMilliseconds((double)_enhancedHttpRetryHelper.
DelayInMilliseconds
!);