HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / POSTParameter Class
Properties Methods


In This Topic
    POSTParameter Class Members
    In This Topic

    The following tables list the members exposed by POSTParameter.

    Public Properties
     NameDescription
    Public PropertyThe name of the file that was uploaded if this POST parameter relates to a file upload.  
    Public PropertyReturns the position of the POST parameter in the request message.  
    Public PropertyA boolean indicating if this POST parameter was a file upload.  
    Public PropertyA boolean indicating if the size of the POST parameter is known.  
    Public PropertyReturns the name of the POST parameter. For HTML form submits this would be the name of the form element to which this parameter relates.  
    Public PropertyThe total size of the POST parameter in bytes.  
    Public PropertyThe content type if the parameter is an uploaded file, e.g. "text/plain"  
    Public PropertyGets the value of the parameter.  
    Top
    Public Methods
     NameDescription
    Public MethodExports the contents of a POST parameter to a file.  
    Top
    See Also