Description
-
Adds new variable to the collection.
Return Type
-
A HttpHeader
object. Reference to created HttpHeader object
that holds variable name and its value.
Syntax
-
object.Add (Name,
[Value])
The Add Method syntax has these parts:
| object |
An expression
evaluating to an object of type HttpRequestFormPost. |
| Name |
Required. A String
value. Holds variable name. |
| Value |
Optional. A Variant
value. String expression that holds variable
value. |
Remarks
-
Add method will just add new variable to the collection,
which will be posted later on through request's
Body.
|