D
Derek Hart
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 process.
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 process.