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 ...
I'm trying to write a web scraper application that grabs a few web pages and parses data out. The one site I've been using works fine with the KeepAlive property set to true and the connection will ...