C# 클래스 DCartRestAPIClient.Program

파일 보기 프로젝트 열기: 3dcart/REST-API-Client

공개 메소드들

메소드 설명
CallFunctions ( IRestAPIType singletonAPIObject, RestAPIActions siteRecords, ActionType action, RestAPIType type ) : void
GetClient ( string sHost, string sVersion, string sPrivateKey, string sToken, string sSecureURL, string sContentType ) : HttpClient
GetRestAPIType ( RestAPIType restAPI ) : string
RunMethods ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
RunAsync ( ) : System.Threading.Tasks.Task

메소드 상세

CallFunctions() 공개 정적인 메소드

public static CallFunctions ( IRestAPIType singletonAPIObject, RestAPIActions siteRecords, ActionType action, RestAPIType type ) : void
singletonAPIObject IRestAPIType
siteRecords RestAPIActions
action ActionType
type RestAPIType
리턴 void

GetClient() 공개 정적인 메소드

public static GetClient ( string sHost, string sVersion, string sPrivateKey, string sToken, string sSecureURL, string sContentType ) : HttpClient
sHost string
sVersion string
sPrivateKey string
sToken string
sSecureURL string
sContentType string
리턴 System.Net.Http.HttpClient

GetRestAPIType() 공개 정적인 메소드

public static GetRestAPIType ( RestAPIType restAPI ) : string
restAPI RestAPIType
리턴 string

RunMethods() 공개 정적인 메소드

public static RunMethods ( ) : void
리턴 void