HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / POSTParameter Class / Export Method
The file to which the contents of the POST parameter should be written.

In This Topic
    Export Method (POSTParameter)
    In This Topic
    Exports the contents of a POST parameter to a file.
    Syntax
    'Declaration
     
    Public Sub Export( _
       ByVal fileName As String _
    ) 
    public void Export( 
       string fileName
    )

    Parameters

    fileName
    The file to which the contents of the POST parameter should be written.
    Remarks
           
    Requirements
     
    See Also