Condividi tramite


IRateLimiterPolicy<TPartitionKey> Interfaccia

Definizione

Interfaccia utilizzata per rappresentare un criterio RateLimiter.

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

Parametri di tipo

TPartitionKey

Proprietà

OnRejected

Ottiene l'oggetto Func<T1,T2,TResult> che gestisce le richieste rifiutate da questo middleware.

Metodi

GetPartition(HttpContext)

Ottiene l'oggetto RateLimitPartition<TKey> che si applica all'oggetto specificato HttpContext.

Si applica a