WebApiThrottle.StrongName 1.5.4

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

// Install WebApiThrottle.StrongName as a Cake Tool
#tool nuget:?package=WebApiThrottle.StrongName&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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.4 127,545 7/31/2017
1.5.3 972 7/30/2017
1.5.2.1 2,030 12/30/2016
1.5.2 1,002 12/8/2016
1.5.1.9 1,050 11/29/2016
1.5.1.8 1,929 11/12/2016

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