DisableRateLimitingAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |