NetworkStream.Length プロパティ
定義
ストリームで使用できるデータ長を取得します。Gets the length of the data available on the stream. このプロパティは現在サポートされていないため、常に NotSupportedException をスローします。This property is not currently supported and always throws a NotSupportedException.
public:
virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long
プロパティ値
ストリームで使用できるデータ長。The length of the data available on the stream.
例外
このプロパティの使用。Any use of this property.