次の方法で共有


IRateLimiterPolicy<TPartitionKey> インターフェイス

定義

RateLimiter ポリシーを表すために使用されるインターフェイス。

public interface IRateLimiterPolicy<TPartitionKey>
type IRateLimiterPolicy<'PartitionKey> = interface
Public Interface IRateLimiterPolicy(Of TPartitionKey)

型パラメーター

TPartitionKey

プロパティ

OnRejected

Func<T1,T2,TResult>このミドルウェアによって拒否された要求を処理する を取得します。

メソッド

GetPartition(HttpContext)

指定HttpContextした にRateLimitPartition<TKey>適用される を取得します。

適用対象