GZipStream.BaseStream 属性
定义
获取对基础流的引用。Gets a reference to the underlying stream.
public:
property System::IO::Stream ^ BaseStream { System::IO::Stream ^ get(); };
public System.IO.Stream BaseStream { get; }
member this.BaseStream : System.IO.Stream
Public ReadOnly Property BaseStream As Stream
属性值
表示基础流的流对象。A stream object that represents the underlying stream.
例外
基础流已关闭。The underlying stream is closed.