C# 클래스 CS_threescale.Api

상속: IApi
파일 보기 프로젝트 열기: Mimeo/3scale_ws_api_for_dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Api ( ) : System
Api ( string provider_key ) : System
Api ( string hostURI, string provider_key ) : System
authorize ( string app_id ) : AuthorizeResponse
authorize ( string app_id, string app_key ) : AuthorizeResponse
authorize_user_key ( string user_key ) : AuthorizeResponse
report ( Hashtable transactions ) : void

비공개 메소드들

메소드 설명
AddTransactions ( StringBuilder contentBuilder, Hashtable transactions ) : void
aux_authorize ( int key_type, string id, string key ) : AuthorizeResponse

메소드 상세

Api() 공개 메소드

public Api ( ) : System
리턴 System

Api() 공개 메소드

public Api ( string provider_key ) : System
provider_key string
리턴 System

Api() 공개 메소드

public Api ( string hostURI, string provider_key ) : System
hostURI string
provider_key string
리턴 System

authorize() 공개 메소드

public authorize ( string app_id ) : AuthorizeResponse
app_id string
리턴 AuthorizeResponse

authorize() 공개 메소드

public authorize ( string app_id, string app_key ) : AuthorizeResponse
app_id string
app_key string
리턴 AuthorizeResponse

authorize_user_key() 공개 메소드

public authorize_user_key ( string user_key ) : AuthorizeResponse
user_key string
리턴 AuthorizeResponse

report() 공개 메소드

public report ( Hashtable transactions ) : void
transactions System.Collections.Hashtable
리턴 void