disposeDownloadHandlerOnDispose
If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose() called automatically when UnityWebRequest.Dispose is called.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public bool disposeDownloadHandlerOnDispose { get; set; }
Remarks
Default: true.
If no DownloadHandler is attached to this UnityWebRequest, this property has no effect.