Метод | Описание | |
---|---|---|
Invoke ( object objProxy, |
Handles the object invocation. This method wrapps an instance call to the hessian requests, sends it to the hessian service and translates the reply of this call to the C# - data type
|
Метод | Описание | |
---|---|---|
CHessianProxy ( |
Constructor
|
|
CHessianProxy ( |
||
CHessianProxy ( |
public Invoke ( object objProxy, |
||
objProxy | object | The proxy object to invoke |
methodInfo | The method to call | |
arrMethodArgs | object | The arguments to the method call |
Результат | object |