Show / Hide Table of Contents

Class WWWForm

Inheritance
Object
WWWForm
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class WWWForm

Constructors

| Improve this Doc View Source

WWWForm()

Declaration
public WWWForm()

Properties

| Improve this Doc View Source

data

Declaration
public byte[] data { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

headers

Declaration
public Dictionary<string, string> headers { get; }
Property Value
Type Description
Dictionary<String, String>

Methods

| Improve this Doc View Source

AddBinaryData(String, Byte[])

Declaration
[ExcludeFromDocs]
public void AddBinaryData(string fieldName, byte[] contents)
Parameters
Type Name Description
String fieldName
Byte[] contents
| Improve this Doc View Source

AddBinaryData(String, Byte[], String)

Declaration
[ExcludeFromDocs]
public void AddBinaryData(string fieldName, byte[] contents, string fileName)
Parameters
Type Name Description
String fieldName
Byte[] contents
String fileName
| Improve this Doc View Source

AddBinaryData(String, Byte[], String, String)

Declaration
public void AddBinaryData(string fieldName, byte[] contents, [DefaultValue("null")] string fileName, [DefaultValue("null")] string mimeType)
Parameters
Type Name Description
String fieldName
Byte[] contents
String fileName
String mimeType
| Improve this Doc View Source

AddField(String, Int32)

Declaration
public void AddField(string fieldName, int i)
Parameters
Type Name Description
String fieldName
Int32 i
| Improve this Doc View Source

AddField(String, String)

Declaration
public void AddField(string fieldName, string value)
Parameters
Type Name Description
String fieldName
String value
| Improve this Doc View Source

AddField(String, String, Encoding)

Declaration
public void AddField(string fieldName, string value, Encoding e)
Parameters
Type Name Description
String fieldName
String value
Encoding e

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX