DisableRateLimitingAttribute 类

定义

在终结点上禁用请求速率限制的元数据。

[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
继承
DisableRateLimitingAttribute
属性

注解

完全禁用速率限制中间件应用于此终结点。

构造函数

DisableRateLimitingAttribute()

在终结点上禁用请求速率限制的元数据。

适用于