Version: 2018.4
public bool chunkedTransfer ;

説明

UnityWebRequest システムが HTTP/1.1 チャンク転送エンコード方法を採用すべきかどうかを示します。

このプロパティーは UnityWebRequest が HTTP 1.1 チャンク転送エンコード方法を採用すべきかどうかを示します。システムが一部のデータを送信し、100/続行 HTTP レスポンスのデータサーバーが表示されるシステムを可能にします。このプロパティーは Send を呼び出した後、変更できません。

In general, this property should usually be set to true, as it can conserve bandwidth when sending large amounts of data to the server, however older servers may not support it yet. This setting has no impact on requests which do not transmit data to the server, such as GET requests.

Note: On WebGL build targets, this setting is ignored. Instead, the web browser handles protocol negotiations.

Default value: false.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961