C# Class UserApp.Client

Inheritance: ClientBase
Afficher le fichier Open project: userapp-io/userapp-dotnet Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ProcessContentType ( string contentType, string body ) : dynamic

Method Details

Call() public méthode

public Call ( int version, string service, string method, object arguments = null ) : dynamic
version int
service string
method string
arguments object
Résultat dynamic

Client() public méthode

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

Client() public méthode

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

Client() public méthode

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

Client() public méthode

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