1 write to HttpContext
Microsoft.AspNetCore.RateLimiting (1)
RateLimitingMiddleware.cs (1)
146await thisRequestOnRejected(new OnRejectedContext() { HttpContext = context, Lease = leaseContext.Lease! }, context.RequestAborted);
1 reference to HttpContext
Microsoft.AspNetCore.RateLimiting (1)
OnRejectedContext.cs (1)
15/// Gets or sets the <see cref="HttpContext"/> that the OnRejected callback will have access to