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

SubStreamReadAsync - метод

Список перегрузок
  ИмяОписание
Открытый методReadAsync(MemoryByte, CancellationToken)
Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.
(Переопределяет Stream.ReadAsync(MemoryByte, CancellationToken).)
Открытый методReadAsync(Byte, Int32, Int32)
Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Унаследован от Stream.)
Открытый методReadAsync(Byte, Int32, Int32, CancellationToken)
Асинхронно считывает данные из потока и записывает их в заданный массив байт.
(Переопределяет StreamReadAsync(Byte, Int32, Int32, CancellationToken).)
В начало страницы
См. также