6 writes to AutomaticDecompression
Aspire.Dashboard.Tests (2)
Integration\ResponseCompressionTests.cs (2)
22
using var httpClientHandler = new HttpClientHandler {
AutomaticDecompression
= DecompressionMethods.None };
44
using var httpClientHandler = new HttpClientHandler {
AutomaticDecompression
= DecompressionMethods.None };
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
19
set { _innerHandler.
AutomaticDecompression
= value; }
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (1)
129
AutomaticDecompression
= DecompressionMethods.GZip
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (1)
129
AutomaticDecompression
= DecompressionMethods.GZip
ServerComparison.FunctionalTests (1)
ResponseCompressionTests.cs (1)
137
var httpClientHandler = new HttpClientHandler() {
AutomaticDecompression
= DecompressionMethods.None };
1 reference to AutomaticDecompression
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
18
get { return _innerHandler.
AutomaticDecompression
; }