This event allows capturing and transformation of the entire output stream by caching all write operations and delaying final response output until Flush() is called on the stream.

This routine captures Response output in a MemoryStream. Use with care on large content.