ConcurrencyLimiterOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 응답이 작성됩니다. |