WebApiThrottle 1.5.1.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebApiThrottle --version 1.5.1.9
NuGet\Install-Package WebApiThrottle -Version 1.5.1.9
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.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebApiThrottle --version 1.5.1.9
#r "nuget: WebApiThrottle, 1.5.1.9"
#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.1.9

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

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,322,570 7/31/2017
1.5.3 3,057 7/30/2017
1.5.2.1 263,958 12/30/2016
1.5.2 32,063 12/8/2016
1.5.1.9 4,896 11/29/2016
1.5.1.8 13,062 11/12/2016
1.5.1 7,459 10/26/2016
1.5.0.3 54,781 9/28/2016
1.4.3 157,915 1/27/2016
1.4.2 29,912 11/2/2015
1.4.1 15,405 10/9/2015
1.4.0 327,685 2/26/2015
1.3.2 16,034 2/25/2015
1.3.1 3,149 2/25/2015
1.3.0 16,947 10/21/2014
1.2.1 2,743 10/21/2014
1.2.0 48,630 5/11/2014
1.1.2 3,198 4/20/2014
1.1.1 3,055 4/13/2014
1.1.0 3,149 3/13/2014
1.0.10 3,084 2/8/2014
1.0.9 2,742 1/27/2014
1.0.8 2,743 1/26/2014
1.0.7 2,787 1/4/2014
1.0.6 2,728 12/27/2013
1.0.5 2,777 12/24/2013
1.0.4 2,734 12/18/2013
1.0.3 2,822 12/10/2013
1.0.2 2,735 12/10/2013
1.0.1 2,810 12/8/2013
1.0.0 3,259 12/8/2013

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