downloadedBytes
Returns the number of bytes of body data the system has downloaded from the remote server. (Read Only)
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public ulong downloadedBytes { get; }
Remarks
If the UnityWebRequest has no download handler, this method will always return zero.