C# 클래스 UserApp.ClientProxy

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

공개 메소드들

메소드 설명
ClientProxy ( object options ) : System
ClientProxy ( string appId, object options = null ) : System
ClientProxy ( string appId, string token ) : System
ClientProxy ( string appId, string token, object options = null ) : System
GetOptions ( ) : ClientOptions
SetOption ( string name, string value ) : void
SetOptions ( dynamic arguments ) : void
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TryInvokeMember ( InvokeMemberBinder binder, object arguments, object &result ) : bool

보호된 메소드들

메소드 설명
ClientProxy ( Client client, string serviceName, int serviceVersion ) : System

메소드 상세

ClientProxy() 보호된 메소드

protected ClientProxy ( Client client, string serviceName, int serviceVersion ) : System
client Client
serviceName string
serviceVersion int
리턴 System

ClientProxy() 공개 메소드

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

ClientProxy() 공개 메소드

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

ClientProxy() 공개 메소드

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

ClientProxy() 공개 메소드

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

GetOptions() 공개 메소드

public GetOptions ( ) : ClientOptions
리턴 ClientOptions

SetOption() 공개 메소드

public SetOption ( string name, string value ) : void
name string
value string
리턴 void

SetOptions() 공개 메소드

public SetOptions ( dynamic arguments ) : void
arguments dynamic
리턴 void

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool

TryInvokeMember() 공개 메소드

public TryInvokeMember ( InvokeMemberBinder binder, object arguments, object &result ) : bool
binder System.Dynamic.InvokeMemberBinder
arguments object
result object
리턴 bool