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 ...
Does anyone know of any documentation for navigating secure pages programatically from C#?<BR><BR>The functionality I'm looking for is that similar to LWP in PERL. <BR><BR>I just want to know what ...