C# Класс Uiml.Executing.Callers.XmlRpcCaller

This class represents a remote caller, using the XML-RPC protocol. It is the opposite of LocalCaller.
Наследование: Caller
Показать файл Открыть проект

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

Метод Описание
Execute ( Hashtable &outputParams ) : object
XmlRpcCaller ( Call c, string url ) : System

Защищенные методы

Метод Описание
CreateInOutParamTypes ( Uiml parameters, Hashtable &outputPlaceholder ) : System.Type[]

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

CreateInOutParamTypes() защищенный Метод

protected CreateInOutParamTypes ( Uiml parameters, Hashtable &outputPlaceholder ) : System.Type[]
parameters Uiml
outputPlaceholder System.Collections.Hashtable
Результат System.Type[]

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

public Execute ( Hashtable &outputParams ) : object
outputParams System.Collections.Hashtable
Результат object

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

public XmlRpcCaller ( Call c, string url ) : System
c Call
url string
Результат System