xamarinwatchos
namespace Foundation
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Protocol(Name = "NSURLSessionDataDelegate", WrapperType = typeof(NSUrlSessionDataDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidBecomeDownloadTask", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDataTask), typeof(NSUrlSessionDownloadTask) }, Selector = "URLSession:dataTask:didBecomeDownloadTask:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveData", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDataTask), typeof(NSData) }, Selector = "URLSession:dataTask:didReceiveData:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidBecomeStreamTask", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDataTask), typeof(NSUrlSessionStreamTask) }, Selector = "URLSession:dataTask:didBecomeStreamTask:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveResponse", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity1V33) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDataTask), typeof(NSUrlResponse), typeof(Action<NSUrlSessionResponseDisposition>) }, Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillCacheResponse", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity1V30) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(NSUrlSessionDataTask), typeof(NSCachedUrlResponse), typeof(Action<NSCachedUrlResponse>) }, Selector = "URLSession:dataTask:willCacheResponse:completionHandler:")]
public interface INSUrlSessionDataDelegate : INSUrlSessionDelegate, INSUrlSessionTaskDelegate, 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 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. |