3 references to BrotliEnabled
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (3)
37
List<string?> methods = [GZipEnabled ? Gzip : null, DeflateEnabled ? Deflate : null,
BrotliEnabled
? Brotli : null];
80
if (
BrotliEnabled
&& !EncodingExists(acceptEncoding, Brotli))
104
else if (
BrotliEnabled
&& string.Equals(last, Brotli, StringComparison.OrdinalIgnoreCase))