Method | Description | |
---|---|---|
AddBinaryData ( string fieldName, byte contents, [ fileName, [ mimeType ) : void |
Add binary data to the form.
|
|
AddField ( string fieldName, int i ) : void |
Adds a simple field to the form.
|
|
AddField ( string fieldName, string value, [ e ) : void |
Add a simple field to the form.
|
|
WWWForm ( ) : System |
Creates an empty WWWForm object.
|
Method | Description | |
---|---|---|
AddBinaryData ( string fieldName, byte contents ) : void | ||
AddBinaryData ( string fieldName, byte contents, string fileName ) : void | ||
AddField ( string fieldName, string value ) : void |
public AddBinaryData ( string fieldName, byte contents, [ fileName, [ mimeType ) : void | ||
fieldName | string | |
contents | byte | |
fileName | [ | |
mimeType | [ | |
return | void |
public AddField ( string fieldName, int i ) : void | ||
fieldName | string | |
i | int | |
return | void |
public AddField ( string fieldName, string value, [ e ) : void | ||
fieldName | string | |
value | string | |
e | [ | |
return | void |