Class StreamExtensions
- Namespace
- Alternet.UI.Extensions
- Assembly
- Alternet.UI.Interfaces.dll
Provides extension methods for Stream.
public static class StreamExtensions
- Inheritance
-
StreamExtensions
Methods
- CopyToAsync(Stream, Stream, int, IProgress<long>?, CancellationToken)
Copies contents of the stream to another stream using async operations.