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

屬性值

資料流上可以使用之資料的長度。

例外狀況

對這個屬性的任何使用。

適用於