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