Declaration
bool Buffered
Summary
If true, each call to
DynamicContentStream.Read(byte[], int, int) will move the enumerator forward as far as necessary to fill the buffer.
If false, each call to
DynamicContentStream.Read(byte[], int, int) returns only the text produced by a single MoveNext() of the enumerator.