Hi all, <BR><BR>I'm using a global thread to invoke a function that starts a new httpwebrequest. The purpose of it is to download large files over HTTPS. <BR><BR>A problem is occuring when I try to ...
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 ...