3 references to Gzip
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (3)
22
private static readonly StringWithQualityHeaderValue s_gzipHeaderValue = new StringWithQualityHeaderValue(
Gzip
);
54
if (GZipEnabled && !EncodingExists(request.Headers.AcceptEncoding,
Gzip
))
81
if (GZipEnabled && string.Equals(last,
Gzip
, StringComparison.OrdinalIgnoreCase))