Response Data
HTTP Protocol
HttpClient Gateway
The ASP.NET Web API framework includes a HttpClient to communicate with a Web API server. The HttpClient can be used in an ASP.Net MVC server side app, and it is like a webservice or WCF service but the exception is that it only supports HTTP protocol.