public override NSUrlSessionDownloadTask CreateDownloadTaskFromResumeData(NSData resumeData, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotSupportedException("NS_UNAVAILABLE");
 }
 public override NSUrlSessionDownloadTask CreateDownloadTask(NSUrlRequest request, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotSupportedException("NS_UNAVAILABLE");
 }
Esempio n. 3
0
 public override NSUrlSessionDownloadTask CreateDownloadTaskFromResumeData(NSData resumeData, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public override NSUrlSessionDownloadTask CreateDownloadTask(NSUrl url, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public override NSUrlSessionDownloadTask CreateDownloadTaskFromResumeData(NSData resumeData, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotSupportedException ("NS_UNAVAILABLE");
 }
Esempio n. 6
0
 public override NSUrlSessionDownloadTask CreateDownloadTask(NSUrlRequest request, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotSupportedException ("NS_UNAVAILABLE");
 }