Interface IMultipartFormSection
Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
public interface IMultipartFormSection
Properties
| Improve this Doc View SourcecontentType
Declaration
string contentType { get; }
Property Value
Type | Description |
---|---|
String |
fileName
Declaration
string fileName { get; }
Property Value
Type | Description |
---|---|
String |
sectionData
Declaration
byte[] sectionData { get; }
Property Value
Type | Description |
---|---|
Byte[] |
sectionName
Declaration
string sectionName { get; }
Property Value
Type | Description |
---|---|
String |