QuicStream.Length Property

Definition

Gets the length of the data available on the stream. This property is not currently supported and always throws a NotSupportedException.

C#
public override long Length { get; }

Property Value

A long value representing the length of the stream in bytes.

Exceptions

In all cases.

Applies to

Product Versions
.NET 7, 8, 9, 10