NSUrlAsyncResult Class

Definition

public class NSUrlAsyncResult
type NSUrlAsyncResult = class
Inheritance
NSUrlAsyncResult

Remarks

This class holds the return values from the asynchronous method SendRequestAsync(NSUrlRequest, NSOperationQueue).

Constructors

NSUrlAsyncResult(NSUrlResponse, NSData)

Constructs an instance of Foundation.NSUrlAsyncResult

Properties

Data

NSData property from the NSUrlRequest.

Response

NSUrlResponse from the NSUrlRequest.

Applies to