I'm working on an RSS aggregator application which uses HttpWebRequest.BeginGetResponse to download the RSS feeds asynchronously. Then in my callback I load the feed into an XmlDocument and stick it ...