System.Threading.RateLimiting.FixedWindowRateLimiter public sealed class FixedWindowRateLimiter : ReplenishingRateLimiter RateLimiter implementation that refreshes allowed permits in a window periodically. Documentation Code public FixedWindowRateLimiter(FixedWindowRateLimiterOptions options) Initializes the FixedWindowRateLimiter.