9 writes to AutomaticDecompression
Aspire.Dashboard.Tests (2)
Integration\ResponseCompressionTests.cs (2)
21using var httpClientHandler = new HttpClientHandler { AutomaticDecompression = DecompressionMethods.None }; 43using var httpClientHandler = new HttpClientHandler { AutomaticDecompression = DecompressionMethods.None };
dotnet-sourcelink (1)
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
19set { _innerHandler.AutomaticDecompression = value; }
Microsoft.Extensions.AI.OpenAI.Tests (1)
OpenAIAssistantChatClientIntegrationTests.cs (1)
109AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate,
Microsoft.TemplateSearch.Common (1)
Providers\NuGetMetadataSearchProvider.cs (1)
174AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate,
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
66AutomaticDecompression = (DecompressionMethods.GZip | DecompressionMethods.Deflate),
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
275clientHandler.AutomaticDecompression = DecompressionMethods.Deflate | DecompressionMethods.GZip; 279clientHandler.AutomaticDecompression = DecompressionMethods.None;
1 reference to AutomaticDecompression
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
18get { return _innerHandler.AutomaticDecompression; }