NetWrok.HTTP.Zlib.ZlibStream.Close C# (CSharp) Method

Close() public method

Close the stream.
This may or may not close the captive stream. See the ctor's with leaveOpen parameters for more information.
public Close ( ) : void
return void
        public override void Close()
        {
            _baseStream.Close();
        }