xamarinwatchos
namespace Foundation
{
    [Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
    [Protocol(Name = "NSURLSessionTaskDelegate", WrapperType = typeof(NSUrlSessionTaskDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSendBodyData", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(long), typeof(long), typeof(long) }, Selector = "URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCompleteWithError", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(NSError) }, Selector = "URLSession:task:didCompleteWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishCollectingMetrics", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(NSUrlSessionTaskMetrics) }, Selector = "URLSession:task:didFinishCollectingMetrics:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TaskIsWaitingForConnectivity", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask) }, Selector = "URLSession:taskIsWaitingForConnectivity:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPerformHttpRedirection", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDActionArity1V35) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(NSHttpUrlResponse), typeof(NSUrlRequest), typeof(Action<NSUrlRequest>) }, Selector = "URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveChallenge", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity2V32) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(NSUrlAuthenticationChallenge), typeof(Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>) }, Selector = "URLSession:task:didReceiveChallenge:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "NeedNewBodyStream", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V36) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(Action<NSInputStream>) }, Selector = "URLSession:task:needNewBodyStream:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillBeginDelayedRequest", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity2V33) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionTask), typeof(NSUrlRequest), typeof(Action<NSUrlSessionDelayedRequestDisposition, NSUrlRequest>) }, Selector = "URLSession:task:willBeginDelayedRequest:completionHandler:")]
    public interface INSUrlSessionTaskDelegate : INSUrlSessionDelegate, INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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