In usual .NET environment we have a property AutomaticDecompression in class HttpWebRequest.
httpRequest.AutomaticDecompression =
(DecompressionMethods.GZip | DecompressionMethods.Deflate);
Problem is that i am on WinRT, and here is no such property in HttpWebRequest class. And what i have? I have GZip-compressed response stream...