HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / POSTParameter Class / Index Property

In This Topic
    Index Property
    In This Topic
    Returns the position of the POST parameter in the request message.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    Remarks
    This property can be used to determine the order of the parameters sent in a POST message. The first parameter will have an index value of 1, the second a value of 2, etc. If the position is unknown (e.g. the log was read from an HAR file) then the value returned is zero.
    Requirements
     
    See Also