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

ProxyStreamWriteAsync(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.

Пространство имён:  Tessa.Platform.IO
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public override ValueTask WriteAsync(
	ReadOnlyMemory<byte> buffer,
	CancellationToken cancellationToken = default
)

Параметры

buffer
Тип: ReadOnlyMemoryByte
The region of memory to write data from.
cancellationToken (Optional)
Тип: System.ThreadingCancellationToken
The token to monitor for cancellation requests. The default value is None.

Возвращаемое значение

Тип: ValueTask
A task that represents the asynchronous write operation.
См. также