Tagged Questions

0
votes
1answer
620 views

Multiple sequential async web service calls from an asynchronous ASP.NET page?

I need to make n number of async web service calls from an async ASPX page. Each WS call retrieves a portion of a binary file. The code then outputs the file block to the page's response stream. ...