I have a .NET 2.0 WinForms app that connects to a backend WAS server. I am using GZipStream to decode data coming back from a HttpWebRequest call made to the server. The d
Try first loading the data into a MemoryStream and then decompress the MemoryStream...