XMLRPCRequest Object Properties
See Also Example Applies To
ConnectTimeOut
ConnectTimeOut - The connection timeout.
HostName
HostName - The remote host name.
Host Port
HostPort - The remote host port.
HostURI
HostURI - The remote host uniform resource identifier.
MethodName
MethodName - The remote method name to call.
Params
Params - The parameters to pass in the remote method call.
Password
Password - The password to be sent as part of the call to the remote server for HTTP basic authentication.
ProxyName
ProxyName - The string containing the details of the proxy server.
ProxyBypass
ProxyBypass - A string specifying the name of any hosts that require the proxy to be bypassed.
ReceiveTimeOut
ReceiveTimeOut - The receive timeout.
SendTimeOut
SendTimeOut - The send timeout.
SSLFlags
SSLFlags - The flags used to set up an SSL connection if necessary.
UserAgent
UserAgent - The user agent name to be sent in the HTTP Header.
Username
Username - The user name to be sent as part of the call to the remote server for HTTP basic authentication.
XMLToSend
XMLToSend - The XML that is produced from decoding the method name and parameters.
|