PipeStream.Length 属性

定义

获取流长度(以字节为单位)。

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

属性值

Int64

在所有情况下均为 0。

例外

始终引发。

注解

PipeStream 类不支持 Length 属性。

适用于