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