xamarinwatchos
namespace Foundation
{
    [Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
    [Protocol(Name = "NSURLSessionDownloadDelegate", WrapperType = typeof(NSUrlSessionDownloadDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFinishDownloading", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDownloadTask), typeof(NSUrl) }, Selector = "URLSession:downloadTask:didFinishDownloadingToURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidWriteData", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDownloadTask), typeof(long), typeof(long), typeof(long) }, Selector = "URLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidResume", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDownloadTask), typeof(long), typeof(long) }, Selector = "URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:")]
    public interface INSUrlSessionDownloadDelegate : INSUrlSessionDelegate, INSUrlSessionTaskDelegate, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("URLSession:downloadTask:didFinishDownloadingToURL:")]
        [Preserve(Conditional = true)]
        void DidFinishDownloading(NSUrlSession! session, NSUrlSessionDownloadTask! downloadTask, NSUrl! location);
    }
}
.NET 6.07.08.09.0
Information specific to xamarinwatchos
Assembly

Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/12/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙