Foundation.NSUrlConnection Members

The members of Foundation.NSUrlConnection are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CurrentRequestNSUrlRequest. The current connection request.
[read-only]
NewsstandAssetDownloadNewsstandKit.NKAssetDownload. Retrieves the NKAssetDownload of this newsstand-related connection.
[read-only]
OriginalRequestNSUrlRequest. A deep copy of the original connection request.

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.