HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / ExportHAR Method
The name of the file to which the HAR export should be written.

In This Topic
    ExportHAR Method
    In This Topic
    Exports the log in HTTP Archive (HAR) format using the version 1.2 specification.
    Syntax
    'Declaration
     
    Public Sub ExportHAR( _
       ByVal fileName As String _
    ) 
    public void ExportHAR( 
       string fileName
    )

    Parameters

    fileName
    The name of the file to which the HAR export should be written.
    Remarks

    All text content is exported and binary content less than 50 KB is exported using base64 encoding.

    Requirements
     
    See Also