NetworkStream.Length 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料流上可以使用之資料的長度。 這個屬性目前不受支援,而且永遠會擲回 NotSupportedException。
public:
virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long
屬性值
資料流上可以使用之資料的長度。
例外狀況
對這個屬性的任何使用。