Freigeben über


IRateLimiterPolicy<TPartitionKey>.GetPartition(HttpContext) Methode

Definition

Ruft die ab, die RateLimitPartition<TKey> für die angegebene HttpContextgilt.

public System.Threading.RateLimiting.RateLimitPartition<TPartitionKey> GetPartition (Microsoft.AspNetCore.Http.HttpContext httpContext);
abstract member GetPartition : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.RateLimiting.RateLimitPartition<'PartitionKey>
Public Function GetPartition (httpContext As HttpContext) As RateLimitPartition(Of TPartitionKey)

Parameter

httpContext
HttpContext

Der HttpContext , für den die Partition abgerufen werden soll.

Gibt zurück

RateLimitPartition<TPartitionKey>

Gilt für: