Is a MemoryStream passed as a parameter reused or is a new one created?
I return a stream for a file I download from OneDrive. There are a few things I need to do to this file in memory before uploading back to onedrive. I have these items done as separate functions to keep the controllers code more compact. My issue is I am struggling how the MemoryStream object… Read More Is a MemoryStream passed as a parameter reused or is a new one created?