Property method
method
Defines the HTTP verb used by this UnityWebRequest, such as GET or POST.
Declaration
public string method { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Defines the HTTP verb used by this UnityWebRequest, such as GET or POST.
public string method { get; set; }
| Type | Description |
|---|---|
| String |