3 references to EncodingExists
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (3)
70if (GZipEnabled && !EncodingExists(acceptEncoding, Gzip)) 75if (DeflateEnabled && !EncodingExists(acceptEncoding, Deflate)) 80if (BrotliEnabled && !EncodingExists(acceptEncoding, Brotli))