Hevea documentation

DualStreamReader.ReadInto Method (Stream)

Reads all available data into a stream

public void ReadInto(
   Stream destinationStream
);

Parameters

destinationStream
destination stream

Exceptions

Exception Type Condition
ArgumentNullException destinationStream is null
ArgumentException the destination stream must be writable
IOException an I/O error occurs
ObjectDisposedException the base stream has been closed

See Also

DualStreamReader Class | Hevea.Core.Net Namespace | DualStreamReader.ReadInto Overload List