Type: Boolean
Returns whether the browser accepts compressed content in GZip format.
C# Example:
<html>Compress GZIP:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.CompressGZip);
%>
</html>