XMLRPCParams Object Methods
See Also Example Applies To
AddArray
AddArray - Adds an XMLRPCArray to the params.
AddBase64
AddBase64 - Adds base64 to the params.
AddBoolean
AddBoolean - Adds a boolean to the params.
AddDateTime
AddDateTime - Adds a datetime to the params.
AddDouble
AddDouble - Adds a double to the params.
AddInteger
AddInteger - Adds an integer to the params.
AddNil
AddNil - Adds a nil to the params.
AddString
AddString - Adds a string to the params.
AddStruct
AddStruct - Adds a XMLRPCStruct to the params.
Item
Item - Returns the XMLRPCValue at the location specified by the index.
|