![]() |
DEPRECATED: Diffusion iOS Classic API
5.9.4
|
Encapsulates a response from a service request. More...
#import <DFServiceTopicResponse.h>
Properties | |
DFServiceTopicHandler * | handler |
Parent handler object. | |
NSString * | responseType |
This identifies the type of response and is as defined by the service itself. | |
NSString * | requestID |
This returns the original identifier that was passed with the request. | |
DFTopicMessage * | responseMessage |
Return details of the response in the form of a Message containing headers and/or data returned from the server. | |
Encapsulates a response from a service request.
This encapsulates the details of a response from a call to [DFServiceTopicHandler sendRequest:withRequestType:]