UnityEngine.Networking.DownloadHandlerBuffer.GetData C# (CSharp) Method

GetData() protected method

Returns a copy of the contents of the native-memory data buffer as a byte array.

protected GetData ( ) : byte[]
return byte[]
        protected override byte[] GetData()
        {
            return this.InternalGetData();
        }