C# Class Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest

Class supporting the request side of an XML-RPC transaction.
Inheritance: Nwc.XmlRpc.XmlRpcRequest
Mostrar archivo Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Public Properties

Property Type Description
RequestResponse string

Public Methods

Method Description
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.

Method Details

ConfigurableKeepAliveXmlRpcRequest() public method

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
return System

Send() public method

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

Property Details

RequestResponse public_oe property

public string RequestResponse
return string