ConcurrencyLimiterOptions Class
Definition
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.
Specifies options for the ConcurrencyLimiterMiddleware.
public ref class ConcurrencyLimiterOptions
public class ConcurrencyLimiterOptions
type ConcurrencyLimiterOptions = class
Public Class ConcurrencyLimiterOptions
- Inheritance
-
ConcurrencyLimiterOptions
Constructors
ConcurrencyLimiterOptions() |
Properties
OnRejected |
A RequestDelegate that handles requests rejected by this middleware. If it doesn't modify the response, an empty 503 response will be written. |