11.6.6 AddUrlEncodedFormValue Method

Adds a form variable to the request content in a URL-encoded format.

The request Content-Type is set to application/x-www-form-urlencoded

Note that AddUrlEncodedFormValue cannot be mixed with other Add… methods.

Input Arguments

Name

Type

Mandatory

Description

Name

String (Unicode)

Yes

The name of the form variable.

Value

String (Unicode)

Yes

The value of the form variable.

 

Return Value

None