Field ContentEncoding
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.