MonoMac.Foundation.NSUrlConnection Members

The members of MonoMac.Foundation.NSUrlConnection are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.

Public Methods

Cancel()
Documentation for this section has not yet been entered.
CancelAuthenticationChallenge(NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.
static
CanHandleRequest(NSUrlRequest) : bool
Documentation for this section has not yet been entered.
ContinueWithoutCredentialForAuthenticationChallenge(NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.
static
FromRequest(NSUrlRequest, NSUrlConnectionDelegate) : NSUrlConnection
Documentation for this section has not yet been entered.
Schedule(NSRunLoop, NSString)
Sets the run loop and mode this connection uses.
Schedule(NSRunLoop, string)
Sets the run loop and mode this connection uses.
static
SendAsynchronousRequest(NSUrlRequest, NSOperationQueue, NSUrlConnectionDataResponse)
Documentation for this section has not yet been entered.
static
SendSynchronousRequest(NSUrlRequest, out NSUrlResponse, out NSError) : NSData
Documentation for this section has not yet been entered.
SetDelegateQueue(NSOperationQueue)
Documentation for this section has not yet been entered.
Start()
Documentation for this section has not yet been entered.
Unschedule(NSRunLoop, NSString)
Causes the connection to not use this run loop and mode.
Unschedule(NSRunLoop, string)
Causes the connection to not use this run loop and mode.
UseCredentials(NSUrlCredential, NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.