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

In This Topic
    RecordedByAppName Property
    In This Topic
    The name of the application that originally recorded the log file, e.g. "HttpWatch Professional Edition"
    Syntax
    'Declaration
     
    Public ReadOnly Property RecordedByAppName As String
    public string RecordedByAppName {get;}
    Remarks

    This property will contain "HttpWatch Professional Edition" or "HttpWatch Basic Edition" if the log file was originally recorded by an HttpWatch browser extension.

    It may contain the name of a different application (e.g. "Firebug") if the log was imported from a HAR file.

    Requirements
     
    See Also