Hello, For asynchronous HTTP operations I think it would be better to use Windows.Web.Http.HttpClient. But I need fine-grained control over downloading and canceling. For example, I can repeatedly read a small amount of data from HTTP response and quit on cancel request (raised from background task cancel event). I am planning to use .NET System.Net.Http.HttpClient. But I'm new to UWP development, I'm always suspicious if there are drawbacks by using .NET classes. Any suggestions are welcome.
johnnyhenderson replied
402 weeks ago