Click or drag to resize

ThreadSafeStreamCopyTo Method

Overload List
  NameDescription
Public methodCopyTo(Stream)
Reads the bytes from the current stream and writes them to another stream.
(Inherited from Stream.)
Public methodCopyTo(Stream, Int32)
Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.
(Inherited from Stream.)
Public methodCopyTo(Stream, Int64, Int64, Int32, Double, Int32)
Top
See Also