HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class


In This Topic
    Log Class Properties
    In This Topic

    For a list of all members of this type, see Log members.

    Public Properties
     NameDescription
    Public PropertyA string that indicates the type of browser in which the log file was recorded, e.g. "Chrome"  
    Public PropertyA string that indicates the version of the browser in which the log file was recorded, e.g. "3.5.6".  
    Public PropertyGets or sets a descriptive string for the log. Its value is displayed in the HttpWatch properties window.  
    Public PropertyGets a reference to an Entries object that contains a list of all the requests in the log.  
    Public PropertyGets a reference to an Entries object that contains a filtered list of the requests in the log.  
    Public PropertyGets a reference to a Pages object that contains a filtered list of the requests in the log.  
    Public PropertyA string containing the version of the HTTP archive (HAR) specification that was used to import this log, e.g. "1.1"  
    Public PropertyA boolean value indicating whether the log file supports request level timings such as DNS Lookup, TCP Connect and Receive timings.  
    Public PropertyA boolean indicating whether the log contains page grouping information.  
    Public PropertyA boolean indicating if time zone information is known for this log.  
    Public PropertyThe version of the HWL file from which this log was read, e.g. '6.0' or '7.0'  
    Public PropertyGets a value that indicates whether a current filter is enabled.  
    Public PropertyReturns a Pages object that contains a list of all the pages in the log.  
    Public PropertyThe name of the application that originally recorded the log file, e.g. "HttpWatch Professional Edition"  
    Public PropertyThe version of the application that recorded the log file, e.g. "5.3.20".  
    Public PropertyA boolean indicating if the file was originally recorded in HttpWatch Basic Edition.  
    Public PropertyGets the number of minutes between the recording PC's time and UTC/GMT, providing the HasTimeZone property is true.  
    Public PropertyA boolean that indicates if the log file was imported from an HTTP Archive (HAR) file.  
    Top
    See Also