ProgressStreamWriteByte - метод

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Definition

Пространство имён: Tessa.Web.Services
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public override void WriteByte(
	byte value
)

Параметры

value  Byte
The byte to write to the stream.

Исключения

[System.NotSupportedException]Метод не поддерживается.
IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support writing, or the stream is already closed.
ObjectDisposedExceptionMethods were called after the stream was closed.

См. также