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