C# 클래스 Proxomo.ProxomoApi

파일 보기 프로젝트 열기: Proxomo/SDK-DotNet 1 사용 예제들

공개 메소드들

메소드 설명
AppDataAdd ( AppData appData ) : void
IsAuthTokenExpired ( ) : bool
ProxomoApi ( string applicationID, string proxomoAPIKey, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
ProxomoApi ( string applicationID, string proxomoAPIKey, string version, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
RefreshAuthToken ( ) : void

비공개 메소드들

메소드 설명
GetAuthToken ( ) : void
Init ( string applicationID, string proxomoAPIKey, string version, CommunicationType format, bool validatessl, string url ) : void

메소드 상세

AppDataAdd() 공개 메소드

public AppDataAdd ( AppData appData ) : void
appData AppData
리턴 void

IsAuthTokenExpired() 공개 메소드

public IsAuthTokenExpired ( ) : bool
리턴 bool

ProxomoApi() 공개 메소드

public ProxomoApi ( string applicationID, string proxomoAPIKey, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
applicationID string
proxomoAPIKey string
format CommunicationType
validatessl bool
url string
리턴 System

ProxomoApi() 공개 메소드

public ProxomoApi ( string applicationID, string proxomoAPIKey, string version, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
applicationID string
proxomoAPIKey string
version string
format CommunicationType
validatessl bool
url string
리턴 System

RefreshAuthToken() 공개 메소드

public RefreshAuthToken ( ) : void
리턴 void