Overload List

  Name Description
Public method Static member ReadToEnd(Stream)
Reads a stream into byte array.
Public method Static member ReadToEnd(Stream, Int32)
Reads data from a stream until the end is reached. The data is returned as a byte array. An IOException is thrown if any of the underlying IO calls fail.

See Also