Go to the documentation of this file.
2 #ifndef _XMLRPCCLIENT_H_
3 #define _XMLRPCCLIENT_H_
15 # pragma warning(disable:4786) // identifier was truncated in debug info
60 XmlRpcClient(
const char*
host,
int port,
const char* login,
const char* password,
const char*
uri=0);
61 XmlRpcClient(
const char*
host,
int port,
const char* login,
const char* password,
const char*
uri=0,
bool ssl=
false);
82 const char*
const host()
const {
return _host.c_str(); }
88 const char*
const uri()
const {
return _uri.c_str(); }
155 #endif // _XMLRPCCLIENT_H_