Table of Contents

Enum TransferEncoding

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

Represents an HTTP transfer-encoding algorithm.

[Flags]
public enum TransferEncoding

Fields

Chunked = 2

Indicates that the response is sent in a series of chunks.

Deflate = 8

Indicates that the response is compressed using Deflate encoding.

GZip = 4

Indicates that the response is compressed using GZip encoding.