The members of Foundation.NSUrlConnection are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | CurrentRequest | NSUrlRequest. The current connection request. |
| [read-only] | NewsstandAssetDownload | NewsstandKit.NKAssetDownload. Retrieves the NKAssetDownload of this newsstand-related connection. |
| [read-only] | OriginalRequest | NSUrlRequest. A deep copy of the original connection request. |
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. | ||