Foundation.NSUrlConnection: Method Members

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

See Also: Inherited members from Foundation.NSObject

Public Methods

Cancel()
Cancels the asynchronous load of a request.
CancelAuthenticationChallenge(NSUrlAuthenticationChallenge)
Cancels the specified challenge.
static
CanHandleRequest(NSUrlRequest) : bool
Whether the specified request can be handled, based on a preflight evaluation.
ContinueWithoutCredential(NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.
static
FromRequest(NSUrlRequest, INSUrlConnectionDelegate) : NSUrlConnection
Documentation for this section has not yet been entered.
PerformDefaultHandling(NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.
RejectProtectionSpaceAndContinue(NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.
Schedule(NSRunLoop, NSString)
Sets the run loop and mode this connection uses.
static
SendAsynchronousRequest(NSUrlRequest, NSOperationQueue, NSUrlConnectionDataResponse)
Loads the data and invokes a method upon completion.
static
SendRequestAsync(NSUrlRequest, NSOperationQueue) : System.Threading.Tasks.Task<NSUrlAsyncResult>
Loads the data and invokes a method upon completion.
static
SendSynchronousRequest(NSUrlRequest, out NSUrlResponse, out NSError) : NSData
Documentation for this section has not yet been entered.
SetDelegateQueue(NSOperationQueue)
Sets the operations queue to be used by this connection's delegate object.
Start()
Documentation for this section has not yet been entered.
Unschedule(NSRunLoop, NSString)
Causes the connection to not use this run loop and mode.
UseCredential(NSUrlCredential, NSUrlAuthenticationChallenge)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSUrlConnection object.