GZipStream.BaseStream 속성

정의

내부 스트림에 대한 참조를 가져옵니다.

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

속성 값

Stream

내부 스트림을 나타내는 스트림 개체입니다.

예외

내부 스트림이 닫혀 있는 경우

적용 대상