Community

WebAPI Tip #8: Working with Tasks

(K. Scott Allen) Message handlers in the WebAPI feature a single method to process an HTTP request and turn the request into a response. SendAsync is the method name, and following the TAP, the method returns a Task.

Read More - Register for Free Membership