Namespace Cuemon.Extensions.AspNetCore.Http.Throttling
Assembly: Cuemon.Extensions.AspNetCore.dll
The Cuemon.Extensions.AspNetCore.Http.Throttling namespace contains both types and extension methods that complements the Cuemon.AspNetCore.Http.Throttling namespace. Provides an in-memory implementation of a throttling cache for ASP.NET Core.
Availability: .NET 9 and .NET 8
Complements: Cuemon.AspNetCore.Http.Throttling namespace 📘
Extension Methods
| Type | Ext | Methods |
|---|---|---|
| IApplicationBuilder | ⬇️ | UseThrottlingSentinel |
| IServiceCollection | ⬇️ | AddThrottlingCache{T}, AddMemoryThrottlingCache |
Classes
ApplicationBuilderExtensions
Extension methods for the IApplicationBuilder interface.
ServiceCollectionExtensions
Extension methods for the IServiceCollection interface.