Freigeben über


ConcurrencyLimiterOptions Klasse

Definition

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.

Gilt für: