CompleteContent()
Callback, invoked when all data has been received from the remote server.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
protected virtual void CompleteContent()
Remarks
This callback is guaranteed to be invoked on the main thread. If not overridden, this callback has no default behavior and will no-op.