ResponseFilterStream.TransformWrite

Event that allows you transform the stream as each chunk of the output is written in the Write() operation of the stream. This means that that it's possible/likely that the input buffer will not contain the full response output but only one of potentially many chunks.

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

public event Func<Byte[],Byte[]> TransformWrite

See also:

Class ResponseFilterStream

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