4 references to Brotli
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (4)
25
private static readonly StringWithQualityHeaderValue s_brotliHeaderValue = new(
Brotli
);
43
if (BrotliEnabled) methods[count++] =
Brotli
;
87
if (BrotliEnabled && !EncodingExists(acceptEncoding,
Brotli
))
116
else if (BrotliEnabled && string.Equals(last,
Brotli
, StringComparison.OrdinalIgnoreCase))