Passing Stream from ReadAsStreamAsync as API response and avoiding large in memory objects – Asp.net
I'm working with two API's which are being used to download large documents from an external system. I call API 1 with some information about a document to be retrieved, API 1 then calls API 2 with that same information…