Microsoft.Live.LiveDownloadOperationResult class

Represents the results of a file download operation.

Syntax

public class LiveDownloadOperationResult
Public Class LiveDownloadOperationResult

Members

The LiveDownloadOperationResult class has these types of members:

Constructors

The LiveDownloadOperationResult class has these constructors.

Constructor

Description

LiveDownloadOperationResult(IInputStream)

Initializes a new instance of the LiveDownloadOperationResult class backed by a stream. [Windows Store app only]

LiveDownloadOperationResult(IStorageFile)

Initializes a new instance of the LiveDownloadOperationResult class backed by a file. [Windows Store app only]

LiveDownloadOperationResult(Stream, Object)

Initializes an object that can access the results of a Microsoft OneDrive file download request. [Windows Phone only]

Methods

The LiveDownloadOperationResult class has these methods. It also inherits methods from the Object class.

Method

Description

GetRandomAccessStreamAsync

Gets the results of a file download operation as a random access stream. [Windows Store app only]

Properties

The LiveDownloadOperationResult class has these properties.

Property

Access type

Description

File

Read-only

Gets the results of a file download operation as a file. [Windows Store app only]

Stream

Read-only

Gets the results of a file download operation as a stream.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll