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