ApiHelper(HttpMethod, String, Int32, String, String) Constructor
建構子
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Api.ApiHelper (in eBizprise.Framework.Api.ApiHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public ApiHelper(
HttpMethod httpMethod,
string proxyIp,
int proxyPort,
string apiUrl,
string parameters
)
Parameters
- httpMethod HttpMethod
- 傳送方式
- proxyIp String
- 代理伺服器位址
- proxyPort Int32
- 代理伺服器連接埠
- apiUrl String
- API位址
- parameters String
- API參數
| Date | Version | Description |
|---|
| 2020/04/20 | 1.0.1.0 | 初版 |
| 2020/05/21 | 1.0.3.0 | 加入模擬回應 |
| 2020/07/09 | 1.0.7.0 | 增加GET方法支援 |