Для изменения размера нажмите или перетащите

ProxyStreamCopyToAsync - метод

Список перегрузок
  ИмяОписание
Открытый методCopyToAsync(Stream)
Asynchronously reads the bytes from the current stream and writes them to another stream.
(Унаследован от Stream.)
Открытый методCopyToAsync(Stream, Int32)
Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size.
(Унаследован от Stream.)
Открытый методCopyToAsync(Stream, CancellationToken)
Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified cancellation token.
(Унаследован от Stream.)
Открытый методCopyToAsync(Stream, Int32, CancellationToken)
Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token.
(Переопределяет StreamCopyToAsync(Stream, Int32, CancellationToken).)
В начало страницы
См. также