Metadata >> NuGet >> MvcThrottle

MvcThrottle

Metadata

Authors Stefan Prodan
Copyrights Stefan Prodan 2014
Description MvcThrottle filter is designed for controlling the rate of requests that clients can make to a website based on IP address, request route and client identity. You can set multiple limits for different scenarios like allowing an IP to make a maximum number of calls per second, per minute, per hour or per day. You can define these limits to address all requests made to your website or you can scope the limits to each Controller, Action or URL, with or without query string params.
Language en-US
Owners Stefan Prodan
ProjectUrl https://github.com/stefanprodan/MvcThrottle
RequireLicenseAcceptance False
Tags ASP.NET MVC, throttling, rate limits
Dependencies Microsoft.AspNet.Mvc:5.1.0
Title ASP.NET MVC Throttling Filter
PackageSize 37002
PackageHashAlgorithm SHA512
PackageHash mvhroJixOFjxiL0xwXgjkpxbZja8tOD3E+iC30fu30P0Yw+y5KNzYacS8eDC11SC0NSJ47vaYMmTBK3c6eU9Hg==
DownloadCount 000000
CreatedDate 2015-04-15T09:27:31

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install MvcThrottle -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MvcThrottle -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package MvcThrottle
Installing the package (HTTP Basic authentication):
Install-Package MvcThrottle -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MvcThrottle -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MvcThrottle

OpenWrap

Installing the package:
o add-wrap MvcThrottle
Uninstalling the package:
o remove-wrap MvcThrottle

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0