ResponseFilterStream.TransformWriteString

Event that allows you to transform the response stream as each chunk of bytep[] output is written during the stream's write operation. This means it's possibly/likely that the string passed to the handler only contains a portion of the full output. Typical buffer chunks are around 16k a piece.

This event is called as part of the stream's Write operation. It does not cache output.

public event Func<String,String> TransformWriteString

See also:

Class ResponseFilterStream

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