DTXMLRPCRequest Class Reference
Inherits from | DTXMLRPCMessage : NSObject |
Declared in | DTXMLRPCRequest.h |
Instance Methods
initWithMethodName:parameters:
Creates a new XML-RPC request with a function name.
- (id)initWithMethodName:(NSString *)methodName parameters:(NSArray *)parameters
Parameters
- methodName
The function name of the XML-RPC function to call.
- parameters
A dictionary of parameters for the function
Declared In
DTXMLRPCRequest.h