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()

停用端點上要求速率限制的中繼資料。

適用於