| C# | Visual Basic | Visual Basic Usage |
namespace DotNetNuke.HttpModules.Compression
Namespace DotNetNuke.HttpModules.Compression
Imports DotNetNuke.HttpModules.Compression
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Algorithms |
The available compression algorithms to use with the HttpCompressionModule
| |
| CompressingFilter |
Base for any HttpFilter that performing compression
| |
| CompressionModule |
An HttpModule that hooks onto the Response.Filter property of the
current request and tries to compress the output, based on what
the browser supports
| |
| DeflateFilter |
Summary description for DeflateFilter.
| |
| GZipFilter |
This is a little filter to support HTTP compression using GZip
| |
| HttpOutputFilter |
The base of anything you want to latch onto the Filter property of a HttpResponse
object.
| |
| Settings |
This class encapsulates the settings for an HttpCompressionModule
|