In latest apple introduce new NSURLSession in replace of NSURLConnection, so in there are different task , so what is the difference between NSURLSessionDataTask, NSURLSessionDownloadTask ?
and in which scenario use NSURLSessionTask and where NSURLSessionDownloadTask?