NetworkStream.Length 属性

定义

获取流上可用数据的长度。 此属性当前不受支持,总是引发 NotSupportedException

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

属性值

流上可用数据的长度。

例外

此属性的任何用法。

适用于