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

In This Topic
    WasImportedFromHAR Property
    In This Topic
    A boolean that indicates if the log file was imported from an HTTP Archive (HAR) file.
    Syntax
    'Declaration
     
    Public ReadOnly Property WasImportedFromHAR As Boolean
    public bool WasImportedFromHAR {get;}
    Remarks

    This property is useful if you need to determine whether certain features will not be available because they are not supported in the HAR file format.

    The property is still set even when an imported HAR file is saved as an HttpWatch log file (.hwl).

    Requirements
     
    See Also