Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public bool disposeUploadHandlerOnDispose { get; set; }

Remarks

Default: true.
If no UploadHandler is attached to this UnityWebRequest, this property has no effect.