Show / Hide Table of Contents

Interface IMultipartFormSection

Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
public interface IMultipartFormSection

Properties

| Improve this Doc View Source

contentType

Declaration
string contentType { get; }
Property Value
Type Description
String
| Improve this Doc View Source

fileName

Declaration
string fileName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

sectionData

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

sectionName

Declaration
string sectionName { get; }
Property Value
Type Description
String

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