WebApiThrottleNoOwin 1.5.4

dotnet add package WebApiThrottleNoOwin --version 1.5.4
                    
NuGet\Install-Package WebApiThrottleNoOwin -Version 1.5.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebApiThrottleNoOwin" Version="1.5.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebApiThrottleNoOwin" Version="1.5.4" />
                    
Directory.Packages.props
<PackageReference Include="WebApiThrottleNoOwin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebApiThrottleNoOwin --version 1.5.4
                    
#r "nuget: WebApiThrottleNoOwin, 1.5.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WebApiThrottleNoOwin&version=1.5.4
                    
Install WebApiThrottleNoOwin as a Cake Addin
#tool nuget:?package=WebApiThrottleNoOwin&version=1.5.4
                    
Install WebApiThrottleNoOwin as a Cake Tool

WebApiThrottle message handler and action filter are designed for controlling the rate of requests that clients can make to an API based on IP address, client API key and request route. WebApiThrottle works with ASP.NET Web API hosted is IIS, Without Owin.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.4 5,289 3/10/2022

If you are looking for the ASP.NET Core version please use AspNetCoreRateLimit package