Wednesday, January 21, 2004

Asynchronous HttpWebRequest

Example of using threads and HttpWebRequest to asynchronously scan a collection of URLs. Asynchronous HttpWebRequest

And here's the author's correction to the original article:
Abort Worker Thread When App Exits