WebApiThrottle 1.5.4

.NET Framework 4.5
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 Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

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

Repository Stars
xamarinhq/app-conference
Pre-build conference application built with Xamarin
xamarin/KinderChat
Secure Texting for Children
Version Downloads Last updated
1.5.4 1,697,844 7/31/2017
1.5.3 1,380 7/30/2017
1.5.2.1 228,721 12/30/2016
1.5.2 24,112 12/8/2016
1.5.1.9 3,231 11/29/2016
1.5.1.8 11,352 11/12/2016
1.5.1 4,327 10/26/2016
1.5.0.3 52,005 9/28/2016
1.4.3 138,294 1/27/2016
1.4.2 24,142 11/2/2015
1.4.1 9,450 10/9/2015
1.4.0 312,717 2/26/2015
1.3.2 13,073 2/25/2015
1.3.1 1,464 2/25/2015
1.3.0 15,031 10/21/2014
1.2.1 1,123 10/21/2014
1.2.0 44,053 5/11/2014
1.1.2 1,501 4/20/2014
1.1.1 1,458 4/13/2014
1.1.0 1,313 3/13/2014
1.0.10 1,418 2/8/2014
1.0.9 1,118 1/27/2014
1.0.8 1,128 1/26/2014
1.0.7 1,180 1/4/2014
1.0.6 1,120 12/27/2013
1.0.5 1,128 12/24/2013
1.0.4 1,134 12/18/2013
1.0.3 1,218 12/10/2013
1.0.2 1,103 12/10/2013
1.0.1 1,111 12/8/2013
1.0.0 1,433 12/8/2013

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