NetworkStream.Length 속성

정의

스트림에서 사용할 수 있는 데이터의 길이를 가져옵니다. 이 속성은 현재 지원되지 않으며 항상 NotSupportedException을 throw합니다.

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

속성 값

Int64

스트림에서 사용 가능한 데이터의 길이입니다.

예외

이 속성을 사용한 경우

적용 대상