ASP.NET MVC 实现 https://github.com/stefanprodan/MvcThrottle
ASP.NET WEBAPI 实现 https://github.com/stefanprodan/WebApiThrottle
Refer:
Throttling ASP.NET Web API calls
http://blog.maartenballiauw.be/post/2013/05/28/Throttling-ASPNET-Web-API-calls.aspx
Attribute-based rate limiting with WebApiThrottler
http://www.stefanprodan.com/2014/05/attribute-based-rate-limiting-with-webapithrottler/
Introducing ASP.NET Web API Throttling handler
http://www.stefanprodan.com/2013/12/asp-net-web-api-throttling-handler/
流量调整和限流技术
http://www.cnblogs.com/shanyou/p/4280546.html
控制ASP.NET Web API 调用频率
http://www.cnblogs.com/shanyou/p/3194802.html
WebApiThrottle限流框架使用手册
http://www.cnblogs.com/mushroom/p/4659200.html