Table of Contents

Field ContentEncoding

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Content-Encoding header.

Specifies the encoding transformations that have been applied to the response body, such as gzip or deflate.

public const string ContentEncoding = "Content-Encoding"

Returns

string
The HTTP Content-Encoding header. Specifies the encoding transformations that have been applied to the response body, such as gzip or deflate.