Show / Hide Table of Contents

Class DownloadHandlerBuffer

Inheritance
Object
DownloadHandler
DownloadHandlerBuffer
Implements
IDisposable
Inherited Members
DownloadHandler.Dispose()
DownloadHandler.isDone
DownloadHandler.data
DownloadHandler.text
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 sealed class DownloadHandlerBuffer : DownloadHandler, IDisposable

Constructors

| Improve this Doc View Source

DownloadHandlerBuffer()

Declaration
public DownloadHandlerBuffer()

Methods

| Improve this Doc View Source

GetContent(UnityWebRequest)

Declaration
public static string GetContent(UnityWebRequest www)
Parameters
Type Name Description
UnityWebRequest www
Returns
Type Description
String
| Improve this Doc View Source

GetData()

Declaration
protected override byte[] GetData()
Returns
Type Description
Byte[]
Overrides
DownloadHandler.GetData()

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