Share via


NSUrlSessionDownloadTaskRequest Class

Definition

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()

Applies to