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");
 }
Example #3
0
 public override NSUrlSessionDownloadTask CreateDownloadTaskFromResumeData(NSData resumeData, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public override NSUrlSessionDownloadTask CreateDownloadTask(NSUrl url, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public override NSUrlSessionDownloadTask CreateDownloadTaskFromResumeData(NSData resumeData, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotSupportedException ("NS_UNAVAILABLE");
 }
Example #6
0
 public override NSUrlSessionDownloadTask CreateDownloadTask(NSUrlRequest request, NSUrlDownloadSessionResponse completionHandler)
 {
     throw new NotSupportedException ("NS_UNAVAILABLE");
 }