ConcurrencyLimiterOptions クラス

定義

注意事項

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

のオプションを指定します 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
継承
ConcurrencyLimiterOptions
属性

コンストラクター

ConcurrencyLimiterOptions()
古い.

のオプションを指定します ConcurrencyLimiterMiddleware

プロパティ

OnRejected
古い.

RequestDelegateこのミドルウェアによって拒否された要求を処理する 。 応答が変更されない場合は、空の 503 応答が書き込まれます。

適用対象