NSUrlAsyncResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Results from SendRequestAsync(NSUrlRequest, NSOperationQueue)
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. |