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