C# Класс burlapcsharp.client.CBurlapProxy

Показать файл Открыть проект

Открытые методы

Метод Описание
Invoke ( object objProxy, MethodInfo methodInfo, object arrMethodArgs ) : object

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

Приватные методы

Метод Описание
CBurlapProxy ( CBurlapProxyFactory burlapProxyFactory, Uri uri ) : System

Constructor

Описание методов

Invoke() публичный Метод

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
public Invoke ( object objProxy, MethodInfo methodInfo, object arrMethodArgs ) : object
objProxy object The proxy object to invoke
methodInfo System.Reflection.MethodInfo The method to call
arrMethodArgs object The arguments to the method call
Результат object