Loop URL (2 replies)

Posted on .NET 247 See other posts from .NET 247
Published on 18 Feb 2010 11:46:46 Indexed on 2010/03/08 3:32 UTC
Read the original article Hit count: 137

Filed under:
I have a 3rd party product that is called on a server with a URL. I will have to run thousands of these URLs in a batch. I will do this in winforms, perhaps in a Windows Service, running on the server. Are there dotnet commands to loop through URLs, where I can run the URL, then wait for its response, then run the next one... in a loop. I am just unclear on the call to run the URL, and the waiting...

© .NET 247 or respective owner