WebApiThrottle 1.5.4

dotnet add package WebApiThrottle --version 1.5.4                
NuGet\Install-Package WebApiThrottle -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="WebApiThrottle" Version="1.5.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebApiThrottle --version 1.5.4                
#r "nuget: WebApiThrottle, 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.
// Install WebApiThrottle as a Cake Addin
#addin nuget:?package=WebApiThrottle&version=1.5.4

// Install WebApiThrottle as a Cake Tool
#tool nuget:?package=WebApiThrottle&version=1.5.4                

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, Owin with IIS and Owin self-hosted.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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 (1)

Showing the top 1 popular GitHub repositories that depend on WebApiThrottle:

Repository Stars
xamarinhq/app-conference
Pre-build conference application built with Xamarin
Version Downloads Last updated
1.5.4 2,823,788 7/31/2017
1.5.3 3,534 7/30/2017
1.5.2.1 292,196 12/30/2016
1.5.2 35,812 12/8/2016
1.5.1.9 5,401 11/29/2016
1.5.1.8 13,515 11/12/2016
1.5.1 8,872 10/26/2016
1.5.0.3 57,103 9/28/2016
1.4.3 181,339 1/27/2016
1.4.2 31,878 11/2/2015
1.4.1 17,623 10/9/2015
1.4.0 334,580 2/26/2015
1.3.2 20,809 2/25/2015
1.3.1 3,549 2/25/2015
1.3.0 17,683 10/21/2014
1.2.1 3,143 10/21/2014
1.2.0 51,794 5/11/2014
1.1.2 3,632 4/20/2014
1.1.1 3,504 4/13/2014
1.1.0 3,860 3/13/2014
1.0.10 3,469 2/8/2014
1.0.9 3,169 1/27/2014
1.0.8 3,138 1/26/2014
1.0.7 3,203 1/4/2014
1.0.6 3,139 12/27/2013
1.0.5 3,191 12/24/2013
1.0.4 3,139 12/18/2013
1.0.3 3,213 12/10/2013
1.0.2 3,149 12/10/2013
1.0.1 3,231 12/8/2013
1.0.0 3,807 12/8/2013

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