0
kicks
Implementing message handlers to track your ASP.NET Web API usage
Using DelegatingHandlers, building a functionality that checks for an API key on an incoming API request and then logs all requests and responses, thus allowing you to track the usage of your API.