Class WWWForm
Assembly: UnityEngine.dll
Constructors
|
Improve this Doc
View Source
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public byte[] data { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> headers { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
[ExcludeFromDocs]
public void AddBinaryData(string fieldName, byte[] contents)
Parameters
Type |
Name |
Description |
String |
fieldName |
|
Byte[] |
contents |
|
|
Improve this Doc
View Source
Declaration
[ExcludeFromDocs]
public void AddBinaryData(string fieldName, byte[] contents, string fileName)
Parameters
|
Improve this Doc
View Source
Declaration
public void AddBinaryData(string fieldName, byte[] contents, [DefaultValue("null")] string fileName, [DefaultValue("null")] string mimeType)
Parameters
|
Improve this Doc
View Source
Declaration
public void AddField(string fieldName, int i)
Parameters
|
Improve this Doc
View Source
Declaration
public void AddField(string fieldName, string value)
Parameters
|
Improve this Doc
View Source
AddField(String, String, Encoding)
Declaration
public void AddField(string fieldName, string value, Encoding e)
Parameters
Extension Methods