Just a simple question as I\'m studying the various class libraries available in .NET. I noticed that there\'s a System.Net.Http namespace and a System.Web.H
System.Net.Http
System.Web.H
"System.Web.Http" is used for creating WebAPIs.
"System.Net.Http" is used for consuming WebAPIs (using HttpClient class)
HttpClient