// HTTP method to use (GET / POST / PUT / DELETE / HEAD). Defaults to GET
...
...
@@ -153,6 +154,12 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// When the request fails or completes successfully, complete will be true
BOOLcomplete;
// external "finished" indicator, subject of KVO notifications; updates after 'complete'
BOOLfinished;
// True if our 'cancel' selector has been called
BOOLcancelled;
// If an error occurs, error will contain an NSError
// If error code is = ASIConnectionFailureErrorType (1, Connection failure occurred) - inspect [[error userInfo] objectForKey:NSUnderlyingErrorKey] for more information
NSError*error;
...
...
@@ -709,6 +716,11 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;