Throttling ASP.NET Web API calls

http://blog.maartenballiauw.be/post/2013/05/28/Throttling-ASPNET-Web-API-calls.aspx

https://github.com/WebApiContrib/WebAPIContrib/blob/master/src/WebApiContrib/Caching/InMemoryThrottleStore.cs

https://github.com/WebApiContrib/WebAPIContrib/blob/master/src/WebApiContrib/MessageHandlers/ThrottlingHandler.cs

你可能感兴趣的:(asp.net)