StreamCopyOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class StreamCopyOperation abstract sealed
public static class StreamCopyOperation
type StreamCopyOperation = class
Public Class StreamCopyOperation
- Inheritance
-
StreamCopyOperation
Methods
CopyToAsync(Stream, Stream, Nullable<Int64>, CancellationToken) |
Asynchronously reads the given number of bytes from the source stream and writes them to another stream. |
CopyToAsync(Stream, Stream, Nullable<Int64>, Int32, CancellationToken) |
Asynchronously reads the given number of bytes from the source stream and writes them to another stream, using a specified buffer size. |