Base for any HttpFilter that performing compression

Namespace: DotNetNuke.HttpModules.Compression
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
public abstract class CompressingFilter : HttpOutputFilter
Visual Basic
Public MustInherit Class CompressingFilter
	Inherits HttpOutputFilter

Remarks

When implementing this class, you need to implement a HttpOutputFilter along with a ContentEncoding. The latter corresponds to a content coding (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.5) that your implementation will support.

Inheritance Hierarchy

See Also