Click or drag to resize

IOUtilitiesCopyToAsync Method

Overload List
  NameDescription
Public methodStatic memberCopyToAsync(Stream, Stream, Int64, Int32)
Reads the bytes from the current stream and writes them to another stream.
Public methodStatic memberCopyToAsync(Stream, Stream, CancellationToken, Int64, Int32)
Reads the bytes from the current stream and writes them to another stream.
Top
See Also