HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / CONTENT_ENCODING Enumeration

In This Topic
    CONTENT_ENCODING Enumeration
    In This Topic
    The value of this enumeration indicates how textual content was encoded by the web server, 
    Syntax
    'Declaration
     
    Public Enum CONTENT_ENCODING 
       Inherits System.Enum
    public enum CONTENT_ENCODING : System.Enum 
    Members
    MemberDescription
    CONTENT_ENCODING_ASCII7bit ASCII characters
    CONTENT_ENCODING_CHINESEChinese Simplified (GB2312)
    CONTENT_ENCODING_CHINESE_BIG5Chinese Traditional (Big5)
    CONTENT_ENCODING_DEFAULTWestern European
    CONTENT_ENCODING_GREEKGreek (ISO 8859-7)
    CONTENT_ENCODING_HEBREWHebrew (ISO 8859-8, Windows-1255)
    CONTENT_ENCODING_JAPANESEJapanese (EUC)
    CONTENT_ENCODING_JAPANESE_SHIFT_JISJapanese (Shift-JIS)
    CONTENT_ENCODING_KOREANKorean (EUC)
    CONTENT_ENCODING_RUSSIANRussian (Windows-1251)
    CONTENT_ENCODING_UTF8Unicode (UTF-8)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             HttpWatch.CONTENT_ENCODING

    Requirements
     
    See Also