Show / Hide Table of Contents

Class DownloadHandlerScript

Inheritance
Object
DownloadHandler
DownloadHandlerScript
Implements
IDisposable
Inherited Members
DownloadHandler.Dispose()
DownloadHandler.isDone
DownloadHandler.data
DownloadHandler.text
DownloadHandler.GetData()
DownloadHandler.GetText()
DownloadHandler.ReceiveData(Byte[], Int32)
DownloadHandler.ReceiveContentLength(Int32)
DownloadHandler.CompleteContent()
DownloadHandler.GetProgress()
DownloadHandler.GetCheckedDownloader<T>(UnityWebRequest)
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 DownloadHandlerScript : DownloadHandler, IDisposable

Constructors

| Improve this Doc View Source

DownloadHandlerScript()

Declaration
public DownloadHandlerScript()
| Improve this Doc View Source

DownloadHandlerScript(Byte[])

Declaration
public DownloadHandlerScript(byte[] preallocatedBuffer)
Parameters
Type Name Description
Byte[] preallocatedBuffer

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