RateLimiterOptions.GlobalLimiter Property

Definition

Gets or sets the global PartitionedRateLimiter<TResource> that will be applied on all requests. The global limiter will be executed first, followed by the endpoint-specific limiter, if one exists.

public System.Threading.RateLimiting.PartitionedRateLimiter<Microsoft.AspNetCore.Http.HttpContext>? GlobalLimiter { get; set; }
member this.GlobalLimiter : System.Threading.RateLimiting.PartitionedRateLimiter<Microsoft.AspNetCore.Http.HttpContext> with get, set
Public Property GlobalLimiter As PartitionedRateLimiter(Of HttpContext)

Property Value

Applies to