Decompress gzip stream for silverlight Decompress gzip stream for silverlight json json

Decompress gzip stream for silverlight


Haven't tried it, but the documentation says that DotNetZip can do that.


ShapZipLib now has a silverlight library so you can use GZipStream in silverlight.

Stream stream = new GZipInputStream(response.GetResponseStream());