C# 클래스 Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest

Class supporting the request side of an XML-RPC transaction.
상속: Nwc.XmlRpc.XmlRpcRequest
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RequestResponse string

공개 메소드들

메소드 설명
ConfigurableKeepAliveXmlRpcRequest ( String methodName, IList parameters, bool disableKeepAlive ) : System

Instantiate an XmlRpcRequest for a specified method and parameters.

Send ( String url ) : Nwc.XmlRpc.XmlRpcResponse

Send the request to the server.

메소드 상세

ConfigurableKeepAliveXmlRpcRequest() 공개 메소드

Instantiate an XmlRpcRequest for a specified method and parameters.
public ConfigurableKeepAliveXmlRpcRequest ( String methodName, IList parameters, bool disableKeepAlive ) : System
methodName String String designating the object.method on the server the request /// should be directed to.
parameters IList ArrayList of XML-RPC type parameters to invoke the request with.
disableKeepAlive bool
리턴 System

Send() 공개 메소드

Send the request to the server.
public Send ( String url ) : Nwc.XmlRpc.XmlRpcResponse
url String String The url of the XML-RPC server.
리턴 Nwc.XmlRpc.XmlRpcResponse

프로퍼티 상세

RequestResponse 공개적으로 프로퍼티

public string RequestResponse
리턴 string