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