Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

UnityWebRequest.uploadHandler

public Networking.UploadHandler uploadHandler;

Description

Holds a reference to the UploadHandler object which manages body data to be uploaded to the remote server.

Setting this property to null indicates that this UnityWebRequest has no body data to upload. See the reference on UploadHandler objects for more information on creating and using UploadHandlers.

This property cannot be set after calling Send.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答