Windows.Web.Http.HttpClient with gzip -


how can use windows.web.http.httpclient gzip?

currently focusing on windows 10 application.

it works.

just make sure request contains following header:

accept-encoding: gzip, deflate 

and think default.

you can disable gzip decompression creating httpbaseprotocolfilter automaticdecompression set false.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -