This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Provides a filtered stream of bytes.

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public abstract class FilterStream : 
Visual Basic (Declaration)Copy imageCopy Code
Public MustInherit Class FilterStream _
	Inherits 

Remarks

The filter stream can only be written to. Once all data has been written, the OnFilter is invoked which performs the actual filtering after which the results are send to the original stream.

Inheritance Hierarchy

See Also

FilterStream Members
Smartsite.Web Namespace
Advanced