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)
266return policy.GetPartition(context); 273return policy.GetPartition(context);