I am trying to download different images from the web using HTTPWebRequest
i am just wondering that i am using a loop to send many requests on the web to download images some of the come back earlier then others. So the problem is in the callback function how can i know that which image is the response of which request?
In other words is there a way to set some tag with the request so that when i get the response back i know that for which request i got the response.
Any help will be appreciated...