Allow subclasses access to the underlying stream
[Visual Basic] Protected Property ReadOnly Stream As [C#] protected Stream Stream { get; } [C++] protected: __property * get_Stream(); [JScript] protected function get Stream() : Stream
HttpOutputFilter Class | blowery.Web.HttpCompress Namespace