5 references to GZip
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
275
clientHandler.AutomaticDecompression = DecompressionMethods.Deflate | DecompressionMethods.
GZip
;
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
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PublishArtifactsInManifestBase.cs (1)
832
handler.AutomaticDecompression = DecompressionMethods.
GZip
| DecompressionMethods.Deflate;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
35
internal bool GZipEnabled => (_decompressionMethods & DecompressionMethods.
GZip
) != 0;