Show / Hide Table of Contents

Class UploadHandler

Inheritance
Object
UploadHandler
UploadHandlerFile
UploadHandlerRaw
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
public class UploadHandler : IDisposable

Properties

| Improve this Doc View Source

contentType

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

data

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

progress

Declaration
public float progress { get; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

Implements

System.IDisposable

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