NetworkWebApiBaseRequestAsync 方法 |
| 名称 | 说明 | |
|---|---|---|
| RequestAsync(HttpMethod, String, MultipartFormDataContent) |
发起一个请求,然后返回结果,支持任意的http方法 Initiate a request and then return the result, supporting any http method | |
| RequestAsync(HttpMethod, String, HttpContent, String) |
发起一个请求,然后返回结果,支持任意的http方法 Initiate a request and then return the result, supporting any http method | |
| RequestAsync(HttpMethod, String, String, String) |
发起一个请求,然后返回结果,支持任意的http方法 Initiate a request and then return the result, supporting any http method |