ApiHelper(HttpMethod, AWSKey, Int32, String, 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,
AWSKey awsKey,
int timeout,
string apiUrl,
string parameters,
string simulation
)
Parameters
- httpMethod HttpMethod
- 傳送方式
- awsKey AWSKey
- AWS認證金鑰
- timeout Int32
- 連線逾時
- apiUrl String
- API位址
- parameters String
- API參數
- simulation String
- 模擬回應
| 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方法支援 |