Click or drag to resize
StreamCopyTo Method
Overload List
  NameDescription
Public methodCopyTo(Stream)
Reads the bytes from the current stream and writes them to the destination stream.
Public methodCopyTo(Stream, Int32)
Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size.
Top
See Also