<VOOSMPHTTPDownloadFailure > Protocol Reference

#import <VOOSMPHTTPDownloadFailure.h>

+ Inheritance diagram for <VOOSMPHTTPDownloadFailure >:

Properties

NSString * URL
 Get the URL of HTTP download failure. More...
 
VO_OSMP_HTTP_DOWNLOAD_FAILURE_REASON reason
 Get the reason of HTTP download failure. More...
 
NSString * response
 Get the response string of HTTP download failure if the failure reason is VO_OSMP_HTTP_CLIENT_ERROR or VO_OSMP_HTTP_SERVER_ERROR. More...
 

Property Documentation

- (VO_OSMP_HTTP_DOWNLOAD_FAILURE_REASON VOOSMPHTTPDownloadFailure) reason
readatomicassign

Get the reason of HTTP download failure.

Returns
reason of HTTP download failure
- (NSString* VOOSMPHTTPDownloadFailure) response
readatomicretain

Get the response string of HTTP download failure if the failure reason is VO_OSMP_HTTP_CLIENT_ERROR or VO_OSMP_HTTP_SERVER_ERROR.

It is nil for other failure reasons.

Returns
The response string of HTTP download failure from HTTP server. For example: HTTP/1.1 403 Forbidden Transfer-Encoding: chunked Date: Fri, 18 Sep 2015 10:37:42 GMT Server: visualon.com socket :14
- (NSString* VOOSMPHTTPDownloadFailure) URL
readatomicretain

Get the URL of HTTP download failure.

Returns
URL

The documentation for this protocol was generated from the following file: