4 references to Gzip
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (4)
22
private static readonly StringWithQualityHeaderValue s_gzipHeaderValue = new(
Gzip
);
37
List<string?> methods = [GZipEnabled ?
Gzip
: null, DeflateEnabled ? Deflate : null, BrotliEnabled ? Brotli : null];
70
if (GZipEnabled && !EncodingExists(acceptEncoding,
Gzip
))
96
if (GZipEnabled && string.Equals(last,
Gzip
, StringComparison.OrdinalIgnoreCase))