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

ProxyStreamWriteAsync - метод

Список перегрузок
  ИмяОписание
Открытый методWriteAsync(ReadOnlyMemoryByte, CancellationToken)
Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.
(Переопределяет Stream.WriteAsync(ReadOnlyMemoryByte, CancellationToken).)
Открытый методWriteAsync(Byte, Int32, Int32)
Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Унаследован от Stream.)
Открытый методWriteAsync(Byte, Int32, Int32, CancellationToken)
Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.
(Переопределяет StreamWriteAsync(Byte, Int32, Int32, CancellationToken).)
В начало страницы
См. также