ConcurrencyLimiterOptions Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting
Gibt Optionen für an ConcurrencyLimiterMiddleware.
public ref class ConcurrencyLimiterOptions
public class ConcurrencyLimiterOptions
[System.Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
public class ConcurrencyLimiterOptions
type ConcurrencyLimiterOptions = class
[<System.Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")>]
type ConcurrencyLimiterOptions = class
Public Class ConcurrencyLimiterOptions
- Vererbung
-
ConcurrencyLimiterOptions
- Attribute
Konstruktoren
ConcurrencyLimiterOptions() |
Veraltet.
Gibt Optionen für an ConcurrencyLimiterMiddleware. |
Eigenschaften
OnRejected |
Veraltet.
Ein RequestDelegate , der von dieser Middleware abgelehnte Anforderungen verarbeitet. Wenn die Antwort nicht geändert wird, wird eine leere 503-Antwort geschrieben. |