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