There's some good examples here and here using Task, await, etc but I have to run under .NET 3.5 (due to some libraries we need that are 2.0). And this example seems to be synchronous for kicking off getting the response.
I need to push some XML up to the server and get back XML in the response, so I think that's a POST, but how best to do this in a way that is fully asynchronous, under .NET 3.5?
thanks - dave