The available compression algorithms to use with the HttpCompressionModule
[Visual Basic] Public Enum Algorithms [C#] public enum Algorithms [C++] public __value enum Algorithms [JScript] public enum Algorithms
| Member Name | Description |
|---|---|
| Deflate | Use the Deflate algorithm |
| GZip | Use the GZip algorithm |
| Default | Use the default algorithm (picked by client) |
Namespace: blowery.Web.HttpCompress
Assembly: blowery.Web.HttpCompress (in blowery.Web.HttpCompress.dll)
blowery.Web.HttpCompress Namespace