#bcalhelp
Is the behavior of the HttpContent in this case intentional?

My expectation for both procedures is that InStream should be empty, as the "source" the stream reads from is unallocated from memory after the local function finishes.

But after testing it, the HttpContent stays in memory...
Post image

Comments