Rainbow 2.0 Code Documentation

Algorithms Enumeration

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

Members

Member NameDescription
DeflateUse the Deflate algorithm
GZipUse the GZip algorithm
DefaultUse the default algorithm (picked by client)

Requirements

Namespace: blowery.Web.HttpCompress

Assembly: blowery.Web.HttpCompress (in blowery.Web.HttpCompress.dll)

See Also

blowery.Web.HttpCompress Namespace