Unosquare
    Show / Hide Table of Contents

    Class CompressionMethodNames

    Exposes constants for possible values of the Content-Encoding HTTP header.

    Inheritance
    Object
    CompressionMethodNames
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EmbedIO
    Syntax
    public static class CompressionMethodNames

    Fields

    Deflate

    Specifies the "Deflate" compression method.

    Declaration
    public const string Deflate = "deflate"
    Field Value
    Type Description
    String

    Gzip

    Specifies the GZip compression method.

    Declaration
    public const string Gzip = "gzip"
    Field Value
    Type Description
    String

    None

    Specifies no compression.

    Declaration
    public const string None = "identity"
    Field Value
    Type Description
    String

    Comments

    Back to top Copyright © 2017-2019 Unosquare