Combu
3.2.2
Unity API Documentation
|
Public Member Functions | |
void | AddField (string fieldName, string value) |
Adds a string parameter to the form. More... | |
void | AddBinaryData (string fieldName, byte[] content) |
Adds a binary parameter to the form. More... | |
string | GetField (string fieldName) |
Gets a string parameter from the form. More... | |
byte[] | GetBinaryField (string fieldName) |
Gets a binary parameter from the form. More... | |
WWWForm | GetForm () |
Gets the WWWForm representation to pass to the web services with encrypted data. More... | |
Static Public Member Functions | |
static implicit | operator WWWForm (CombuForm me) |
void Combu.CombuForm.AddBinaryData | ( | string | fieldName, |
byte[] | content | ||
) |
Adds a binary parameter to the form.
fieldName | Field name. |
content | Content. |
void Combu.CombuForm.AddField | ( | string | fieldName, |
string | value | ||
) |
Adds a string parameter to the form.
fieldName | Field name. |
value | Value. |
byte [] Combu.CombuForm.GetBinaryField | ( | string | fieldName | ) |
Gets a binary parameter from the form.
fieldName | Field name. |
string Combu.CombuForm.GetField | ( | string | fieldName | ) |
Gets a string parameter from the form.
fieldName | Field name. |
WWWForm Combu.CombuForm.GetForm | ( | ) |
Gets the WWWForm representation to pass to the web services with encrypted data.