The available compression algorithms to use with the HttpCompressionModule
Namespace: DotNetNuke.HttpModules.CompressionAssembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)
Syntax
C# |
---|
public enum Algorithms |
Visual Basic |
---|
Public Enumeration Algorithms |
Members
Member name | Value | Description | |
---|---|---|---|
Deflate | 2 | ||
GZip | 1 | ||
None | 0 | ||
Default | -1 |