Compartir a través de


DisableRateLimitingAttribute Clase

Definición

Metadatos que deshabilitan la limitación de velocidad de solicitudes en un punto de conexión.

[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
Herencia
DisableRateLimitingAttribute
Atributos

Comentarios

Deshabilita completamente el middleware de limitación de velocidad que se aplica a este punto de conexión.

Constructores

DisableRateLimitingAttribute()

Metadatos que deshabilitan la limitación de velocidad de solicitudes en un punto de conexión.

Se aplica a