Package apple.foundation
Interface NSURLSession.Block_uploadTaskWithRequestFromFileCompletionHandler
-
- Enclosing class:
- NSURLSession
public static interface NSURLSession.Block_uploadTaskWithRequestFromFileCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_uploadTaskWithRequestFromFileCompletionHandler(NSData data, NSURLResponse response, NSError error)
-
-
-
Method Detail
-
call_uploadTaskWithRequestFromFileCompletionHandler
void call_uploadTaskWithRequestFromFileCompletionHandler(NSData data, NSURLResponse response, NSError error)
-
-