.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. System.Net.Quic
  3. QuicStream
  4. WriteByte(Byte)
  • QuicStream
    • CanRead
    • CanSeek
    • CanTimeout
    • CanWrite
    • Id
    • Length
    • Position
    • ReadsClosed
    • ReadTimeout
    • Type
    • WritesClosed
    • WriteTimeout
    • Abort(QuicAbortDirection, Int64)
    • BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
    • BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
    • CompleteWrites()
    • Dispose(Boolean)
    • DisposeAsync()
    • EndRead(IAsyncResult)
    • EndWrite(IAsyncResult)
    • Flush()
    • FlushAsync(CancellationToken)
    • Read(Byte[], Int32, Int32)
    • Read(Span<Byte>)
    • ReadAsync(Byte[], Int32, Int32, CancellationToken)
    • ReadAsync(Memory<Byte>, CancellationToken)
    • ReadByte()
    • Seek(Int64, SeekOrigin)
    • SetLength(Int64)
    • ToString()
    • Write(Byte[], Int32, Int32)
    • Write(ReadOnlySpan<Byte>)
    • WriteAsync(Byte[], Int32, Int32, CancellationToken)
    • WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
    • WriteAsync(ReadOnlyMemory<Byte>, Boolean, CancellationToken)
    • WriteByte(Byte)
net9.0
namespace System.Net.Quic
{
    public sealed class QuicStream : Stream
    {
        public override void WriteByte(byte value);
    }
}
.NET 7.08.09.0
Information specific to net9.0
Assembly

System.Net.Quic , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

The API is automatically referenced.

Platform Restrictions

This API is only supported on the following platforms:

  • Linux
  • macOS
  • Windows
  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙