ApiHelper Class

API助手

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Api.ApiHelper (in eBizprise.Framework.Api.ApiHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public class ApiHelper
Inheritance
Object    ApiHelper

Constructors

ApiHelper(ContentType, String) 建構子
ApiHelper(HttpMethod, String) 建構子
ApiHelper(String, String) 建構子
ApiHelper(AWSKey, String, String) 建構子
ApiHelper(ContentType, String, String) 建構子
ApiHelper(HttpMethod, String, String) 建構子
ApiHelper(Int32, String, String) 建構子
ApiHelper(String, String, String) 建構子
ApiHelper(AWSKey, Int32, String, String) 建構子
ApiHelper(AWSKey, String, String, String) 建構子
ApiHelper(ContentType, Int32, String, String) 建構子
ApiHelper(ContentType, String, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, String, String) 建構子
ApiHelper(HttpMethod, ContentType, String, String) 建構子
ApiHelper(HttpMethod, Int32, String, String) 建構子
ApiHelper(HttpMethod, String, String, String) 建構子
ApiHelper(Int32, String, String, String) 建構子
ApiHelper(String, Int32, String, String) 建構子
ApiHelper(AWSKey, Int32, String, String, String) 建構子
ApiHelper(AWSKey, String, Int32, String, String) 建構子
ApiHelper(ContentType, Int32, String, String, String) 建構子
ApiHelper(ContentType, String, Int32, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, Int32, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, String, String, String) 建構子
ApiHelper(HttpMethod, ContentType, Int32, String, String) 建構子
ApiHelper(HttpMethod, ContentType, String, String, String) 建構子
ApiHelper(HttpMethod, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, String, Int32, String, String) 建構子
ApiHelper(String, Int32, Int32, String, String) 建構子
ApiHelper(String, Int32, String, String, String) 建構子
ApiHelper(AWSKey, String, Int32, Int32, String, String) 建構子
ApiHelper(AWSKey, String, Int32, String, String, String) 建構子
ApiHelper(ContentType, String, Int32, Int32, String, String) 建構子
ApiHelper(ContentType, String, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, String, Int32, String, String) 建構子
ApiHelper(HttpMethod, ContentType, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, ContentType, String, Int32, String, String) 建構子
ApiHelper(HttpMethod, String, Int32, Int32, String, String) 建構子
ApiHelper(HttpMethod, String, Int32, String, String, String) 建構子
ApiHelper(String, Int32, Int32, String, String, String) 建構子
ApiHelper(AWSKey, String, Int32, Int32, String, String, String) 建構子
ApiHelper(ContentType, String, Int32, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, String, Int32, Int32, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, String, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, ContentType, String, Int32, Int32, String, String) 建構子
ApiHelper(HttpMethod, ContentType, String, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, String, Int32, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, AWSKey, String, Int32, Int32, String, String, String) 建構子
ApiHelper(HttpMethod, ContentType, String, Int32, Int32, String, String, String) 建構子

Properties

IsLog 是否啟用紀錄

Methods

Download 傳送資料至指定API並取得回傳檔案
DownloadAsync 傳送資料至指定API並取得回傳檔案 (非同步版本)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExecuteT 傳送資料至指定API並取得回傳結果
ExecuteAsyncT 傳送資料至指定API並取得回傳結果 (非同步版本)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToXmlString 轉換Xml字串
(Defined by SerializeExtend)
WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also