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