AVAssetDownloadTask 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.
A URL session task for downloading Live Streaming assets.
[Foundation.Register("AVAssetDownloadTask", true)]
public class AVAssetDownloadTask : Foundation.NSUrlSessionTask
[<Foundation.Register("AVAssetDownloadTask", true)>]
type AVAssetDownloadTask = class
inherit NSUrlSessionTask
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| AVAssetDownloadTask(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVAssetDownloadTask(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BytesExpectedToReceive | (Inherited from NSUrlSessionTask) |
| BytesExpectedToSend | (Inherited from NSUrlSessionTask) |
| BytesReceived | (Inherited from NSUrlSessionTask) |
| BytesSent | (Inherited from NSUrlSessionTask) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CountOfBytesClientExpectsToReceive | (Inherited from NSUrlSessionTask) |
| CountOfBytesClientExpectsToSend | (Inherited from NSUrlSessionTask) |
| CurrentRequest |
Gets the URL request object that the task is currently handling. |
| CurrentRequest | (Inherited from NSUrlSessionTask) |
| DebugDescription | (Inherited from NSObject) |
| Delegate | (Inherited from NSUrlSessionTask) |
| Description | (Inherited from NSObject) |
| DestinationUrl | |
| EarliestBeginDate | (Inherited from NSUrlSessionTask) |
| Error | (Inherited from NSUrlSessionTask) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LoadedTimeRanges | |
| Options | |
| OriginalRequest |
Gets the original URL request object that was passed to the task when the task was initialized. |
| OriginalRequest | (Inherited from NSUrlSessionTask) |
| PrefersIncrementalDelivery | (Inherited from NSUrlSessionTask) |
| Priority | (Inherited from NSUrlSessionTask) |
| Progress | (Inherited from NSUrlSessionTask) |
| Response |
Gets the HTTP response for the current request. |
| Response | (Inherited from NSUrlSessionTask) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| State | (Inherited from NSUrlSessionTask) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TaskDescription | (Inherited from NSUrlSessionTask) |
| TaskIdentifier | (Inherited from NSUrlSessionTask) |
| UrlAsset | |
| WeakDelegate | (Inherited from NSUrlSessionTask) |
| Zone | (Inherited from NSObject) |