Property ContentEncoding
ContentEncoding
Gets or sets the value of the HTTP Content-Encoding header.
Specifies the encoding transformations that have been applied to the response body, such as gzip or deflate. This header should not be interpreted as the content text charset.
public string? ContentEncoding { get; set; }