NSUrlSessionDownloadTaskRequest 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.
This class holds the return values from the asynchronous methods CreateDownloadTaskFromResumeDataAsync(NSData, NSUrlSessionDownloadTask), CreateDownloadTaskFromResumeDataAsync(NSData, NSUrlSessionDownloadTask), CreateDownloadTaskFromResumeDataAsync(NSData, NSUrlSessionDownloadTask).
public class NSUrlSessionDownloadTaskRequest : IDisposable
type NSUrlSessionDownloadTaskRequest = class
interface IDisposable
- Inheritance
-
NSUrlSessionDownloadTaskRequest
- Implements
Remarks
This class holds the return values from the asynchronous methods CreateDownloadTaskFromResumeDataAsync(NSData, NSUrlSessionDownloadTask), CreateDownloadTaskFromResumeDataAsync(NSData, NSUrlSessionDownloadTask), CreateDownloadTaskFromResumeDataAsync(NSData, NSUrlSessionDownloadTask).
Constructors
| Name | Description |
|---|---|
| NSUrlSessionDownloadTaskRequest(NSUrl, NSUrlResponse) |
Creates a new instance of this class. |
Properties
| Name | Description |
|---|---|
| Location |
The result value from the asynchronous operation. |
| Response |
The result value from the asynchronous operation. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Releases the resources used by the NSUrlSessionDownloadTaskRequest object. |
| Dispose(Boolean) |
Releases the resources used by the NSUrlSessionDownloadTaskRequest object. |
| Finalize() | |