NetworkStream.Length Property

Definition

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

public:
 virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long

Property Value

The length of the data available on the stream.

Exceptions

Any use of this property.

Applies to