6 references to RateLimitPartition
Microsoft.AspNetCore.RateLimiting (5)
RateLimiterOptionsExtensions.cs (4)
38
return
RateLimitPartition
.GetTokenBucketLimiter(key,
67
return
RateLimitPartition
.GetFixedWindowLimiter(key,
96
return
RateLimitPartition
.GetSlidingWindowLimiter(key,
119
return
RateLimitPartition
.GetConcurrencyLimiter(key,
RateLimitingMiddleware.cs (1)
261
return
RateLimitPartition
.GetNoLimiter<DefaultKeyType>(_defaultPolicyKey);
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\RateLimitPartition.T.cs (1)
7
/// Type returned by <see cref="
RateLimitPartition
.Get"/> methods to be used by <see cref="PartitionedRateLimiter.Create"/> to know what partitions are configured.