Condividi tramite


DisableRateLimitingAttribute Classe

Definizione

Metadati che disabilitano la limitazione della frequenza delle richieste in un 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
Ereditarietà
DisableRateLimitingAttribute
Attributi

Commenti

Disabilita completamente il middleware di limitazione della frequenza da applicare a questo endpoint.

Costruttori

DisableRateLimitingAttribute()

Metadati che disabilitano la limitazione della frequenza delle richieste in un endpoint.

Si applica a