Version: 2019.2
LanguageEnglish
  • C#

DownloadHandler.data

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public byte[] data;

Description

Returns the raw bytes downloaded from the remote server, or null. (Read Only)

This property returns the raw bytes downloaded from the remote server. If no data has yet been received, this property returns null.

Note: Note: The precise memory allocation behavior of this property changes depending on subclass. See subclass documentation of GetData for further information on exactly how the data property handles memory allocation.