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