OnRejectedContext クラス

定義

RateLimitingMiddleware の OnRejected コールバックに必要な状態を保持します。

public sealed class OnRejectedContext
type OnRejectedContext = class
Public NotInheritable Class OnRejectedContext
継承
OnRejectedContext

コンストラクター

OnRejectedContext()
古い.

RateLimitingMiddleware の OnRejected コールバックに必要な状態を保持します。

プロパティ

HttpContext

OnRejected コールバックが HttpContext アクセスできる を取得または設定します。

Lease

OnRejected コールバックがアクセスできる失敗 RateLimitLease を取得または設定します。

適用対象