CompressedSize property (IResponseContent)
Top  Previous  Next

Property type

A Long value. Read-Only

Description

A Long value which returns the compressed size of the response content in bytes. If the response content is not compressed, the value will be the same as the Size property.

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.
CompressionType Property
CompressRate property