HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Content Class / IsCompressed Property

In This Topic
    IsCompressed Property
    In This Topic
    Gets a value indicating whether the content was compressed in the HTTP response message from the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCompressed As Boolean
    public bool IsCompressed {get;}
    Remarks
    This value will always be false if IsFromCache returns true.
    Requirements
     
    See Also