프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UnityWebRequestWrapper | System |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
UnityWebRequestWrapper ( ) : System |
public SetRequestHeader ( string key, string value ) : void | ||
key | string | the header key |
value | string | the header value |
리턴 | void |
public UnityWebRequestWrapper ( string url, string method ) : System | ||
url | string | Url of the request |
method | string | The HTTP Methods |
리턴 | System |
public UnityWebRequestWrapper ( string url, string method, |
||
url | string | Url of the request |
method | string | The HTTP Methods |
downloadHandler | Instance of |
|
uploadHandler | Instance of |
|
리턴 | System |