GZipStream.Length Свойство
Определение
Это свойство не поддерживается и всегда вызывает исключение NotSupportedException.This property is not 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
Значение свойства
Значение типа long.A long value.
Исключения
Для данного потока это свойство не поддерживается.This property is not supported on this stream.