Rainbow 2.0 Code Documentation

HttpOutputFilter.BaseStream Property

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

See Also

HttpOutputFilter Class | blowery.Web.HttpCompress Namespace