共用方式為


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

屬性值

適用於