Property | Type | Description | |
---|---|---|---|
UnityWebRequestWrapper | System |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Send ( ) : |
Make the http call
|
|
SetRequestHeader ( string key, string value ) : void |
Set the request Header
|
|
UnityWebRequestWrapper ( string url, string method ) : System |
Create an instance of UnityWebRequestWrapper
|
|
UnityWebRequestWrapper ( string url, string method, |
Create an instance of UnityWebRequestWrapper
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
UnityWebRequestWrapper ( ) : System |
public SetRequestHeader ( string key, string value ) : void | ||
key | string | the header key |
value | string | the header value |
return | void |
public UnityWebRequestWrapper ( string url, string method ) : System | ||
url | string | Url of the request |
method | string | The HTTP Methods |
return | System |
public UnityWebRequestWrapper ( string url, string method, |
||
url | string | Url of the request |
method | string | The HTTP Methods |
downloadHandler | Instance of |
|
uploadHandler | Instance of |
|
return | System |