Click or drag to resize
StreamExtensionsCopyToAsync Method
Overload List
  NameDescription
Public methodStatic memberCopyToAsync(Stream, Stream)
Asynchronously reads the bytes from a source stream and writes them to a destination stream.
Public methodStatic memberCopyToAsync(Stream, Stream, Int32)
Asynchronously reads the bytes from a source stream and writes them to a destination stream, using a specified buffer size.
Public methodStatic memberCopyToAsync(Stream, Stream, Int32, CancellationToken)
Asynchronously reads the bytes from a source stream and writes them to a destination stream, using a specified buffer size and cancellation token.
Top
See Also