Hi all,

I need to convert this:

Code:
HttpWebResponse httpResponse = (HttpWebResponse)httpRequest.GetResponse();
from a synchronous to an asynchronous call. I've read a few examples but I cannot get my head around it at all.