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: 9.0.0
Syntax
C#
public static class ContentCodingEnum

The ContentCodingEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDEFLATE
The "zlib" format defined in RFC 1950 [31] in combination with the "deflate" compression mechanism described in RFC 1951.
Public fieldStatic memberIDENTITY
Uses no transformation.
Top
See Also