C# 클래스 Uiml.Executing.Callers.XmlRpcCaller

This class represents a remote caller, using the XML-RPC protocol. It is the opposite of LocalCaller.
상속: Caller
파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
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