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
Cancel()Cancels the asynchronous load of a request. | ||
CancelAuthenticationChallenge(NSUrlAuthenticationChallenge)Cancels the specified challenge. | ||
static | CanHandleRequest(NSUrlRequest)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)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)Loads the data and invokes a method upon completion. | |
static | SendSynchronousRequest(NSUrlRequest, out NSUrlResponse, out NSError)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. | ||