HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Summary Class / CompressionSavedBytes Property

In This Topic
    CompressionSavedBytes Property
    In This Topic
    The total number of bytes by which downloaded content was reduced in size through the use of HTTP compression.
    Syntax
    'Declaration
     
    Public ReadOnly Property CompressionSavedBytes As Integer
    public int CompressionSavedBytes {get;}
    Remarks
    This value may be negative if HTTP compression was used incorrectly (e.g. compressing image files such as GIF) causing an increase in the size of the response message.
    Requirements
     
    See Also