C# Class UserApp.ClientProxy

Inheritance: System.Dynamic.DynamicObject
Exibir arquivo Open project: userapp-io/userapp-dotnet Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
ClientProxy ( Client client, string serviceName, int serviceVersion ) : System

Method Details

ClientProxy() protected method

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

ClientProxy() public method

public ClientProxy ( object options ) : System
options object
return System

ClientProxy() public method

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

ClientProxy() public method

public ClientProxy ( string appId, string token ) : System
appId string
token string
return System

ClientProxy() public method

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

GetOptions() public method

public GetOptions ( ) : ClientOptions
return ClientOptions

SetOption() public method

public SetOption ( string name, string value ) : void
name string
value string
return void

SetOptions() public method

public SetOptions ( dynamic arguments ) : void
arguments dynamic
return void

TryGetMember() public method

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

TryInvokeMember() public method

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