NSUrlConnection
NSUrlConnection()
NSUrlConnection(IntPtr)
NSUrlConnection(NativeHandle)
NSUrlConnection(NSObjectFlag)
NSUrlConnection(NSUrlRequest, INSUrlConnectionDelegate)
NSUrlConnection(NSUrlRequest, INSUrlConnectionDelegate, Boolean)
ClassHandle
CurrentRequest
NewsstandAssetDownload
OriginalRequest
Cancel()
CancelAuthenticationChallenge(NSUrlAuthenticationChallenge)
CanHandleRequest(NSUrlRequest)
ContinueWithoutCredential(NSUrlAuthenticationChallenge)
Dispose(Boolean)
FromRequest(NSUrlRequest, INSUrlConnectionDelegate)
PerformDefaultHandling(NSUrlAuthenticationChallenge)
RejectProtectionSpaceAndContinue(NSUrlAuthenticationChallenge)
Schedule(NSRunLoop, NSRunLoopMode)
Schedule(NSRunLoop, NSString)
SendAsynchronousRequest(NSUrlRequest, NSOperationQueue, NSUrlConnectionDataResponse)
SendRequestAsync(NSUrlRequest, NSOperationQueue)
SendSynchronousRequest(NSUrlRequest, NSUrlResponse, NSError)
SetDelegateQueue(NSOperationQueue)
Start()
Unschedule(NSRunLoop, NSRunLoopMode)
Unschedule(NSRunLoop, NSString)
UseCredential(NSUrlCredential, NSUrlAuthenticationChallenge)
xamarinmac
namespace Foundation
{
[Register("NSURLConnection", true)]
public class NSUrlConnection : NSObject, INSURLAuthenticationChallengeSender, INativeObject, IDisposable
{
public static NSData SendSynchronousRequest(NSUrlRequest request, out NSUrlResponse response, out NSError error);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |
- Built-in API
- Package-provided API