Implemented interface member:
method
GetPartition
Microsoft.AspNetCore.RateLimiting.IRateLimiterPolicy<TPartitionKey>.GetPartition(Microsoft.AspNetCore.Http.HttpContext)
2 references to GetPartition
Microsoft.AspNetCore.RateLimiting (2)
RateLimitingMiddleware.cs (2)
266
return policy.
GetPartition
(context);
273
return policy.
GetPartition
(context);