ResponseFilterStream.TransformStream

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.

public event Func<MemoryStream,MemoryStream> TransformStream

See also:

Class ResponseFilterStream

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic