Microsoft.AspNetCore.RateLimiting Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disable |
Metadata that disables request rate limiting on an endpoint. |
Enable |
Metadata that provides endpoint-specific request rate limiting. |
On |
Holds state needed for the OnRejected callback in the RateLimitingMiddleware. |
Rate |
Specifies options for the rate limiting middleware. |
Rate |
Extension methods for the RateLimiting middleware options. |
IRate |
An interface which is used to represent a RateLimiter policy. |