In Windows 10, the implementation of the System.Net.Http API for UWP has been changed to layer it on top of Windows.Web.Http and the WinINet HTTP stack of Windows.
System.Net.Http seems more general and more widely used. We should change our implementation to use the "new" API.
See: Demystifying HttpClient APIs in the Universal Windows Platform