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

Показать файл Открыть проект Примеры использования класса

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

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

Constructor

DoBurlapMethodCall ( object arrMethodArgs, MethodInfo methodInfo ) : object

This method wrapps an instance call to the burlap requests, sends it to the burlap service and translates the reply of this call to the C# - data type

GetArgTypes ( object arrArgs ) : System.Type[]

Returns array with types of the instance from the argument array

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

Метод Описание
GetBurlapInput ( Stream stream ) : AbstractBurlapInput

Instantiation of the burlap input (not cached)

GetBurlapOutput ( Stream stream ) : CBurlapOutput

Instantiation of the hessian output (not cached)

OpenConnection ( Uri uri ) : WebRequest

Creates the URI connection.

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

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

Constructor
public CBurlapMethodCaller ( CBurlapProxyFactory burlapProxyFactory, Uri uri ) : System
burlapProxyFactory CBurlapProxyFactory
uri System.Uri Server-Proxy uri
Результат System

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

This method wrapps an instance call to the burlap requests, sends it to the burlap service and translates the reply of this call to the C# - data type
public DoBurlapMethodCall ( object arrMethodArgs, MethodInfo methodInfo ) : object
arrMethodArgs object The arguments to the method call
methodInfo System.Reflection.MethodInfo The method to call
Результат object

GetArgTypes() публичный статический Метод

Returns array with types of the instance from the argument array
public static GetArgTypes ( object arrArgs ) : System.Type[]
arrArgs object Any array
Результат System.Type[]