For compatibilty with the Microsoft .NET Framework 1.1, you need to add the following to the C# HttpWebResponseDecompressed class.
public override WebHeaderCollection Headers
{
get
{
return response.Headers;
}
}
Is anyone else out there using this code? I would like to package it up for inclusion
within Axis 1.2.
Rick Kellogg
