OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest Class Reference

Class supporting the request side of an XML-RPC transaction. More...

Inheritance diagram for Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest:
Inheritance graph
[legend]
Collaboration diagram for Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest:
Collaboration graph
[legend]

Public Member Functions

 ConfigurableKeepAliveXmlRpcRequest (String methodName, IList parameters, bool disableKeepAlive)
 Instantiate an XmlRpcRequest for a specified method and parameters. More...
 
XmlRpcResponse Send (String url)
 Send the request to the server. More...
 

Public Attributes

string RequestResponse = String.Empty
 

Detailed Description

Class supporting the request side of an XML-RPC transaction.

Definition at line 1106 of file XmlRpcGroupsServicesConnectorModule.cs.

Constructor & Destructor Documentation

Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest.ConfigurableKeepAliveXmlRpcRequest ( String  methodName,
IList  parameters,
bool  disableKeepAlive 
)
inline

Instantiate an XmlRpcRequest for a specified method and parameters.

Parameters
methodNameString designating the object.method on the server the request should be directed to.
parametersArrayList of XML-RPC type parameters to invoke the request with.

Definition at line 1118 of file XmlRpcGroupsServicesConnectorModule.cs.

Member Function Documentation

XmlRpcResponse Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest.Send ( String  url)
inline

Send the request to the server.

Parameters
urlString The url of the XML-RPC server.
Returns
XmlRpcResponse The response generated.

Definition at line 1128 of file XmlRpcGroupsServicesConnectorModule.cs.

Member Data Documentation

string Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest.RequestResponse = String.Empty

Definition at line 1112 of file XmlRpcGroupsServicesConnectorModule.cs.


The documentation for this class was generated from the following file: