EnableRateLimitingAttribute 类

定义

提供特定于终结点的请求速率限制的元数据。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class EnableRateLimitingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type EnableRateLimitingAttribute = class
    inherit Attribute
Public NotInheritable Class EnableRateLimitingAttribute
Inherits Attribute
继承
EnableRateLimitingAttribute
属性

注解

替换当前应用于终结点的任何策略。 全局限制器仍将在应用了此属性的终结点上运行。

构造函数

EnableRateLimitingAttribute(String)

使用指定的策略创建 的新 EnableRateLimitingAttribute 实例。

属性

PolicyName

需要应用的策略的名称。

适用于