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