Hey I am developing side project for Universal Windows Platform
that will target Windows 10 Mobile phones (mainly). In this app I often ask web service to get and post data with use of HttpClient
class.
Now I am confused because some examples shows that you should use class HttpClient from namespace: Windows.Web.Http, and some from System.Net.Http. Methods are different between them, but I think you can achieve same results.
My question is which namespace
I should use while developing such applications?