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