DisableRateLimitingAttribute Class

Definition

Metadata that disables request rate limiting on an endpoint.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class DisableRateLimitingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type DisableRateLimitingAttribute = class
    inherit Attribute
Public NotInheritable Class DisableRateLimitingAttribute
Inherits Attribute
Inheritance
DisableRateLimitingAttribute
Attributes

Remarks

Completely disables the rate limiting middleware from applying to this endpoint.

Constructors

DisableRateLimitingAttribute()

Applies to