HttpRequestOperation Class Reference
Inherits from | NSObject |
---|---|
Declared in | HttpRequestOperation.h |
– initWithUrl:onOperation:AndRequestBody:AndHttpMethodType:AndContentType:AuthToken:DeviceToken:
- (id)initWithUrl:(NSString *)url onOperation:(NSInteger)operationName AndRequestBody:(NSData *)requestBody AndHttpMethodType:(NSString *)httpMethod AndContentType:(NSString *)contentType AuthToken:(NSString *)authToken DeviceToken:(NSString *)deviceToken
– completeHandler:onData:AndError:
- (CloudResponse *)completeHandler:(NSURLResponse *)response onData:(NSData *)data AndError:(NSError *)error