ProgressStreamWrite(ReadOnlySpanByte) - метод

When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

Definition

Пространство имён: Tessa.Web.Services
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public override void Write(
	ReadOnlySpan<byte> buffer
)

Параметры

buffer  ReadOnlySpanByte
A region of memory. This method copies the contents of this region to the current stream.

Исключения

[System.NotSupportedException]Метод не поддерживается.

См. также