I'm returning some images as a stream as part of a WebOperationContext.Current.CreateStreamResponse()
I was wondering if the framework handles the closing of this stream after it gets returned. Or if there was something that you have to do as part of the response in order to close the stream correctly.
Thanks.