I have the following problem: I am making several requests in a webservice via HttpWebRequest, as follows. I'm creating a list of all requests, then I do one on my list is calling each request. It turns out that to run everything, my page is waiting for all requests and then the page is released. What I like to do? For each request, the system would make a request in different threads, each thread to complete, throw the result into a variable, or list ... according to my needs. Does anyone have a solution to help me?
Many thanks to all of StackOverflow users because they are helping me a lot.
Milton Câmara Gomes