Summary
Contains possible values for the
HttpResponseContent.UseGzip option.
Enum values
| 2 | Specifies to use gzip (if the client requested it). |
| 0 |
Specifies that the server should look at a chunk in the middle of the file to determine whether it is worth
gzipping. |
| 1 | Specifies not to use gzip for this response. |