4 references to Deflate
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (4)
24
private static readonly StringWithQualityHeaderValue s_deflateHeaderValue = new(
Deflate
);
42
if (DeflateEnabled) methods[count++] =
Deflate
;
82
if (DeflateEnabled && !EncodingExists(acceptEncoding,
Deflate
))
112
else if (DeflateEnabled && string.Equals(last,
Deflate
, StringComparison.OrdinalIgnoreCase))