C# 클래스 UserApp.Client

상속: ClientBase
파일 보기 프로젝트 열기: userapp-io/userapp-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Call ( int version, string service, string method, object arguments = null ) : dynamic
Client ( object options ) : System
Client ( string appId, object options = null ) : System
Client ( string appId, string token ) : System
Client ( string appId, string token, object options = null ) : System

비공개 메소드들

메소드 설명
ProcessContentType ( string contentType, string body ) : dynamic

메소드 상세

Call() 공개 메소드

public Call ( int version, string service, string method, object arguments = null ) : dynamic
version int
service string
method string
arguments object
리턴 dynamic

Client() 공개 메소드

public Client ( object options ) : System
options object
리턴 System

Client() 공개 메소드

public Client ( string appId, object options = null ) : System
appId string
options object
리턴 System

Client() 공개 메소드

public Client ( string appId, string token ) : System
appId string
token string
리턴 System

Client() 공개 메소드

public Client ( string appId, string token, object options = null ) : System
appId string
token string
options object
리턴 System