INSUrlConnectionDataDelegate
FinishedLoading(INSUrlConnectionDataDelegate, NSUrlConnection)
NeedNewBodyStream(INSUrlConnectionDataDelegate, NSUrlConnection, NSUrlRequest)
ReceivedData(INSUrlConnectionDataDelegate, NSUrlConnection, NSData)
ReceivedResponse(INSUrlConnectionDataDelegate, NSUrlConnection, NSUrlResponse)
SentBodyData(INSUrlConnectionDataDelegate, NSUrlConnection, nint, nint, nint)
SentBodyData(INSUrlConnectionDataDelegate, NSUrlConnection, nint, nint, nint)
WillCacheResponse(INSUrlConnectionDataDelegate, NSUrlConnection, NSCachedUrlResponse)
WillSendRequest(INSUrlConnectionDataDelegate, NSUrlConnection, NSUrlRequest, NSUrlResponse)
xamarintvos
namespace Foundation
{
[Protocol(Name = "NSURLConnectionDataDelegate", WrapperType = typeof(NSUrlConnectionDataDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedResponse", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrlConnection), typeof(NSUrlResponse) }, Selector = "connection:didReceiveResponse:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedData", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrlConnection), typeof(NSData) }, Selector = "connection:didReceiveData:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SentBodyData", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSUrlConnection), typeof(nint), typeof(nint), typeof(nint) }, Selector = "connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FinishedLoading", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUrlConnection) }, Selector = "connectionDidFinishLoading:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSendRequest", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlConnection), typeof(NSUrlRequest), typeof(NSUrlResponse) }, ReturnType = typeof(NSUrlRequest), Selector = "connection:willSendRequest:redirectResponse:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "NeedNewBodyStream", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrlConnection), typeof(NSUrlRequest) }, ReturnType = typeof(NSInputStream), Selector = "connection:needNewBodyStream:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillCacheResponse", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrlConnection), typeof(NSCachedUrlResponse) }, ReturnType = typeof(NSCachedUrlResponse), Selector = "connection:willCacheResponse:")]
public interface INSUrlConnectionDataDelegate : INSUrlConnectionDelegate, 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 xamarintvos | |
| Assembly | Xamarin.TVOS , 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