This reference gives a concise description of the nine object types and the three enumerated lists that make up the vbXMLRPC DLL.
 |
XMLRPCArray
Models an XML-RPC array structure.
Contains a number of AddElement methods to add values to the array.
Also contains an Item method for getting a specific data item in the array and a Count property to return the number of items in the array.
Supports For ... Each.
|
 |
XMLRPCBase64
Provides functions for manipulating Base64 encoded strings.
|
 |
XMLRPCFault
Models an XML-RPC fault structure.
Contains the fault information from an unsuccessfull call to an XML-RPC server.
|
 |
XMLRPCMember
Models an XML-RPC member structure.
Members are part of the struct structure.
|
 |
XMLRPCParams
Models an XML-RPC params structure.
Contains a number of AddElement methods to add values to the params.
Also contains an Item method for getting a specific value in the params and a Count property to return the number of values in the params.
Supports For ... Each.
|
 |
XMLRPCRequest
Models an XML-RPC request.
The object that is built by the user to fire an XML-RPC request.
It contains a load of properties to set and an execute method which returns the response.
|
 |
XMLRPCResponse
Models an XML-RPC response.
The response structure from the call to the server.
It handles all the possible problems and builds the response tree with data in.
|
 |
XMLRPCStruct
Models an XML-RPC struct structure.
Contains a number of AddMember methods to add members to the array.
Also contains an Item method for getting a specific member in the struct and a Count property to return the number of members in the struct.
Supports For ... Each.
|
 |
XMLRPCUtility
Contains uitlity functions.
Contains a number of simple functions that decode enums and other numbers into meaningful strings.
|
 |
XMLRPCValue
Models an XML-RPC value structure.
Contains properties for accessing the different kinds of value.
|
 |
XMLRPC_Errors
This enumerated list contains the additional errors that can be thrown by vbXMLRPC.dll.
|
 |
XMLRPC_ResponseStatus
This enumerated list contains the XMLRPCResponse object's possible response states which are obtainable from the Status property.
|
 |
XMLRPC_SSLTypes
This enumerated list contains the different values that specify any utilisation of SSL.
|
 |
XMLRPC_ValueTypes
This enumerated list contains the different value types allowable in XML-RPC.
|