C# Class Jayrock.JsonRpc.JsonRpcClient

Inheritance: System.Web.Services.Protocols.HttpWebClientProtocol
Afficher le fichier Open project: atifaziz/Jayrock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Invoke ( Type returnType, string method ) : object
Invoke ( Type returnType, string method, IDictionary args ) : object
Invoke ( Type returnType, string method, object args ) : object
Invoke ( string method ) : object
Invoke ( string method, IDictionary args ) : object
Invoke ( string method, object args ) : object
InvokeVargs ( Type returnType, string method ) : object
InvokeVargs ( string method ) : object
OnResponse ( Jayrock.Json.JsonReader reader, Type returnType ) : object

Méthodes protégées

Méthode Description
OnError ( object errorObject ) : void

Method Details

Invoke() public méthode

public Invoke ( Type returnType, string method ) : object
returnType System.Type
method string
Résultat object

Invoke() public méthode

public Invoke ( Type returnType, string method, IDictionary args ) : object
returnType System.Type
method string
args IDictionary
Résultat object

Invoke() public méthode

public Invoke ( Type returnType, string method, object args ) : object
returnType System.Type
method string
args object
Résultat object

Invoke() public méthode

public Invoke ( string method ) : object
method string
Résultat object

Invoke() public méthode

public Invoke ( string method, IDictionary args ) : object
method string
args IDictionary
Résultat object

Invoke() public méthode

public Invoke ( string method, object args ) : object
method string
args object
Résultat object

InvokeVargs() public méthode

public InvokeVargs ( Type returnType, string method ) : object
returnType System.Type
method string
Résultat object

InvokeVargs() public méthode

public InvokeVargs ( string method ) : object
method string
Résultat object

OnError() protected méthode

protected OnError ( object errorObject ) : void
errorObject object
Résultat void

OnResponse() public méthode

public OnResponse ( Jayrock.Json.JsonReader reader, Type returnType ) : object
reader Jayrock.Json.JsonReader
returnType System.Type
Résultat object