- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
You can use keep-alive to reduce overhead, assuming server supports it:
Otherwise asynchronous mode can make the requests in parallel.
In the pasted code the MemoryBuffer is unneeded, and error handling should be added.
Thanks,
-Jon