4 references to Gzip
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (4)
23
private static readonly StringWithQualityHeaderValue s_gzipHeaderValue = new(
Gzip
);
41
if (GZipEnabled) methods[count++] =
Gzip
;
77
if (GZipEnabled && !EncodingExists(acceptEncoding,
Gzip
))
108
if (GZipEnabled && string.Equals(last,
Gzip
, StringComparison.OrdinalIgnoreCase))