5 references to GZip
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
275clientHandler.AutomaticDecompression = DecompressionMethods.Deflate | DecompressionMethods.GZip;
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (1)
129AutomaticDecompression = DecompressionMethods.GZip
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (1)
129AutomaticDecompression = DecompressionMethods.GZip
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PublishArtifactsInManifestBase.cs (1)
832handler.AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
35internal bool GZipEnabled => (_decompressionMethods & DecompressionMethods.GZip) != 0;