Click or drag to resize
ContentCodingEnum Class
Contains enumeration of supported HTTP content codings used for content compression (RFC 2616).
Inheritance Hierarchy
SystemObject
  CMS.HelpersContentCodingEnum

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static class ContentCodingEnum

The ContentCodingEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCOMPRESS
Compatible with UNIX file compression program "compress". This format is an adaptive Lempel-Ziv-Welch coding (LZW).
Public fieldStatic memberDEFLATE
The "zlib" format defined in RFC 1950 [31] in combination with the "deflate" compression mechanism described in RFC 1951.
Public fieldStatic memberGZIP
GNU zip as described in RFC 1952. This format is a Lempel-Ziv coding (LZ77) with a 32 bit CRC.
Public fieldStatic memberIDENTITY
Uses no transformation.
Top
See Also