Edit

Share via


QuicStream.WriteByte(Byte) Method

Definition

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

C#
public override void WriteByte(byte value);

Parameters

value
Byte

The byte to write to the stream.

Applies to

Product Versions
.NET 7, 8, 9, 10