CompressionType property (IResponseContent)
Top  Previous  Next

Property type
A String value. Read-Only

Description

A string value which returns the type of compression used by the web server. If the response content is not compressed, the value will be the empty string.
e.g. "gzip" or "deflate".

e.g. text/html: 98840 bytes, gzip compressed to 26254 bytes (73.44% saving)

Size: 98840
CompressedSize: 26254
CompressType: gzip
CompressRate: 73.44%

See Also

IsCompressed Property
CompressedSize Property
CompressRate Property