MonoMac.Foundation.NSUrlConnection: Method Members

The methods of MonoMac.Foundation.NSUrlConnection are listed below. For a list of all members, see the NSUrlConnection Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

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.