StreamTools ThreadSafeStream CopyTo Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodOnlineCopyTo(Stream)
Reads the bytes from the current stream and writes them to the destination stream.
(Inherited from OnlineStream.)
Public methodOnlineCopyTo(Stream, Int32)
Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size.
(Inherited from OnlineStream.)
Public methodCopyTo(Stream, Int64, Int64, Int32, Double, Int32)
Copies data specified by start and length properties from internal stream to the provided stream.
Back to Top
See Also