Udostępnij za pośrednictwem


DisableRateLimitingAttribute Klasa

Definicja

Metadane wyłączające ograniczanie szybkości żądań w punkcie końcowym.

[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
Dziedziczenie
DisableRateLimitingAttribute
Atrybuty

Uwagi

Całkowicie wyłącza ograniczanie szybkości oprogramowania pośredniczącego przed zastosowaniem do tego punktu końcowego.

Konstruktory

DisableRateLimitingAttribute()

Metadane wyłączające ograniczanie szybkości żądań w punkcie końcowym.

Dotyczy