# GetData()

> Not implemented. Throws NotSupportedException.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Networking](/engine/6000.5/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestAssetBundleModule

```csharp
protected override byte[] GetData()
```

### Returns

| Type                                                           | Description      |
| -------------------------------------------------------------- | ---------------- |
| [byte\[\]](https://learn.microsoft.com/dotnet/api/system.byte) | Not implemented. |
