Package apple.foundation
Interface NSURLConnection.Block_sendAsynchronousRequestQueueCompletionHandler
-
- Enclosing class:
- NSURLConnection
public static interface NSURLConnection.Block_sendAsynchronousRequestQueueCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_sendAsynchronousRequestQueueCompletionHandler(NSURLResponse response, NSData data, NSError connectionError)
-
-
-
Method Detail
-
call_sendAsynchronousRequestQueueCompletionHandler
void call_sendAsynchronousRequestQueueCompletionHandler(NSURLResponse response, NSData data, NSError connectionError)
-
-