ES3Cloud.AddPOSTField

public static void AddPOSTField(string fieldName, string value)

Description

Adds POST data to any requests sent by this ES3Cloud object.

This is useful if you are customising the ES3.php file, or are sending a request to a custom script.

Parameters

fieldName The name of the field we want to add to the POST data.

value

The value of the POST data we want to add.

Examples

C#

JS