FileBufferingReadStream.Length 属性

定义

到目前为止,从流中读取和缓冲的总字节数,在流完全缓冲之前,它不会表示完整的数据长度。 例如,使用 stream.DrainAsync()

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

属性值

适用于