C# Class UserApp.ClientProxy

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: userapp-io/userapp-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ClientProxy ( Client client, string serviceName, int serviceVersion ) : System

Method Details

ClientProxy() protected méthode

protected ClientProxy ( Client client, string serviceName, int serviceVersion ) : System
client Client
serviceName string
serviceVersion int
Résultat System

ClientProxy() public méthode

public ClientProxy ( object options ) : System
options object
Résultat System

ClientProxy() public méthode

public ClientProxy ( string appId, object options = null ) : System
appId string
options object
Résultat System

ClientProxy() public méthode

public ClientProxy ( string appId, string token ) : System
appId string
token string
Résultat System

ClientProxy() public méthode

public ClientProxy ( string appId, string token, object options = null ) : System
appId string
token string
options object
Résultat System

GetOptions() public méthode

public GetOptions ( ) : ClientOptions
Résultat ClientOptions

SetOption() public méthode

public SetOption ( string name, string value ) : void
name string
value string
Résultat void

SetOptions() public méthode

public SetOptions ( dynamic arguments ) : void
arguments dynamic
Résultat void

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool

TryInvokeMember() public méthode

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