Version: 2017.3
public string method ;

描述

定义此 UnityWebRequest 使用的 HTTP 动词,如 GETPOST

此属性可设置为任何非零长度字母字符串,并将一字不差地使用。因此,此属性可用于设置 UnityWebRequest 以传输应用所需的任何自定义 HTTP 动词。

调用 Send 后将无法更改此属性。

Note: This method will always return strings in UPPERCASE. When setting the verb, the input value will automatically be converted to UPPERCASE.

默认值:GET