Microsoft.AspNetCore.ConcurrencyLimiter Namespace

Contains types that are used for limiting the number of concurrent requests allowed in the application.

Classes

ConcurrencyLimiterMiddleware

Limits the number of concurrent requests allowed in the application.

ConcurrencyLimiterOptions

Specifies options for the ConcurrencyLimiterMiddleware.

QueuePolicyOptions

Specifies options for the IQueuePolicy

Interfaces

IQueuePolicy

Queueing policies, meant to be used with the ConcurrencyLimiterMiddleware.