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

In This Topic
    HARVersion Property
    In This Topic
    A string containing the version of the HTTP archive (HAR) specification that was used to import this log, e.g. "1.1"
    Syntax
    'Declaration
     
    Public ReadOnly Property HARVersion As String
    public string HARVersion {get;}
    Remarks

    This property is only set when WasImportedFromHAR is true and remains set even if the log is subsequently saved as an HttpWatch log file (.hwl).

     

    Requirements
     
    See Also