8 references to StringWithQualityHeaderValue
Aspire.Dashboard.Tests (2)
Integration\ResponseCompressionTests.cs (2)
26
request.Headers.AcceptEncoding.Add(new
StringWithQualityHeaderValue
("br"));
48
request.Headers.AcceptEncoding.Add(new
StringWithQualityHeaderValue
("br"));
Microsoft.NET.Build.Containers (1)
Registry\DefaultBlobUploadOperations.cs (1)
101
patchMessage.Headers.AcceptEncoding.Add(new
StringWithQualityHeaderValue
("gzip"));
System.Net.Http (5)
System\Net\Http\Headers\StringWithQualityHeaderValue.cs (1)
110
parsedValue = new
StringWithQualityHeaderValue
(value);
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (4)
23
private static readonly StringWithQualityHeaderValue s_gzipHeaderValue =
new
(Gzip);
24
private static readonly StringWithQualityHeaderValue s_deflateHeaderValue =
new
(Deflate);
25
private static readonly StringWithQualityHeaderValue s_brotliHeaderValue =
new
(Brotli);
26
private static readonly StringWithQualityHeaderValue s_zstdHeaderValue =
new
(Zstd);