By mswatcher
via codeproject.com
Submitted: Mar 06 2013 / 08:15
In this article we will see how to implement custom WebAPI delegating handlers with two real world examples. One has to understand what is delegating handler before implementing the same. When you are making a HTTP WebAPI request it goes through series of HTTP handlers in a pipeline. What each of these handlers does is , they receive the request , does some processing and then send the request to next handler in the chain.
Tweet
SaveShareSend
Tags: .net, frameworks, web design
Add your comment