xamarinmac
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(NIDActionArity1V40) }, 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(NIDActionArity2V42) }, 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(NIDActionArity1V41) }, 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(NIDActionArity2V43) }, 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 |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |