Property | Type | Description | |
---|---|---|---|
RequestResponse | string |
Method | Description | |
---|---|---|
ConfigurableKeepAliveXmlRpcRequest ( String methodName, IList parameters, bool disableKeepAlive ) : System |
Instantiate an
|
|
Send ( String url ) : Nwc.XmlRpc.XmlRpcResponse |
Send the request to the server.
|
public ConfigurableKeepAliveXmlRpcRequest ( String methodName, IList parameters, bool disableKeepAlive ) : System | ||
methodName | String | |
parameters | IList | |
disableKeepAlive | bool | |
return | System |
public Send ( String url ) : Nwc.XmlRpc.XmlRpcResponse | ||
url | String | |
return | Nwc.XmlRpc.XmlRpcResponse |