Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Net.DecompressionMethods
Assembly: System.Net.Primitives
Represents the file compression and decompression encoding format to be used to compress the data received in response to an <see cref="T:System.Net.HttpWebRequest" /> .
Values
All
Use all compression-decompression algorithms.
None
Do not use compression.
GZip
Use the gZip compression-decompression algorithm.
Deflate
Use the deflate compression-decompression algorithm.
Brotli
Use the Brotli compression-decompression algorithm.