2 writes to Window
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\RateLimitPartition.cs (1)
113Window = options.Window,
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (1)
83Window = options.Window,
5 references to Window
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\RateLimitPartition.cs (1)
113Window = options.Window,
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (4)
73if (options.Window <= TimeSpan.Zero) 75throw new ArgumentException(SR.Format(SR.ShouldBeGreaterThanTimeSpan0, nameof(options.Window)), nameof(options)); 83Window = options.Window, 89_replenishmentPeriod = new TimeSpan(_options.Window.Ticks / _options.SegmentsPerWindow);