ODPRequest class

Consists of methods for handling HTTP requests.

Syntax

public class ODPRequest

Remarks

Wrapper around CFNetwork Features:
  • Synchronous and asynchronous execution
  • Continues downloading and uploading when app is sent to the background (iOS 4.0+ only)
  • Network Queue for batch http request processing and progress tracking
  • Protected download cache; encrypted offline storage of downloaded content (iOS 4.0+ only)
  • Secure connection (iOS 4.0+ only)
  • Easy to extend
  • Progress tracking