Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My client wants a Windows 10 kisok application written in WPF. This app needs to communicate to a RESTful API hosted on AWS. In my service layer, I am trying to use HttpClient to perform a simple GET with no parameters, no body. The call never works, and, to make matters worse, I get the generic AggregateException whenever I get an exception at all.

Can someone point me to a good tutorial for Win 10 Universal App development with REST calls, please?

What I have tried:

I have tried multiple tutorials and samples using HttpClient that i have found online.
Posted
Comments
dan!sh 10-Mar-16 23:52pm    
Sounds like you are using TPL. Update the question using Improve question
link with the code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900