HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Plugin Class / AutoSave Property

In This Topic
    AutoSave Property
    In This Topic
    Gets or sets a value indicating whether log files are saved automatically when the browser closes.
    Syntax
    'Declaration
     
    Public Property AutoSave As Boolean
    public bool AutoSave {get; set;}
    Remarks

    This property has no effect unless AutoRecord is true.

    The location of the automatically saved log files can be controlled using the AutoSavePath property.

    Requirements
     
    See Also