3 references to FixedWindowLease
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
38private static readonly RateLimitLease SuccessfulLease = new FixedWindowLease(true, null); 39private static readonly RateLimitLease FailedLease = new FixedWindowLease(false, null); 229return new FixedWindowLease(false, remainingTime);