Avatar

Correct answer by
Community Advisor

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

View solution in original post