Inherits from DTXMLRPCMessage : NSObject
Declared in DTXMLRPCRequest.h

Overview

An XML-RPC request

Tasks

Creating Requests

Getting Information

Properties

methodName

Retrieves the method name of the request

@property (nonatomic, strong) NSString *methodName

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