This topic has not yet been rated - Rate this topic

DownloadOperation.GetResultStreamAt | getResultStreamAt method

Gets the partially downloaded response at the specified position.

Syntax


var iInputStream = downloadOperation.getResultStreamAt(position);

Parameters

position

Type: Number [JavaScript] | System.UInt64 [.NET] | uint64 [C++]

The position at which to start reading.

Return value

Type: IInputStream

The result stream.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Networking.BackgroundTransfer
Windows::Networking::BackgroundTransfer [C++]

Metadata

Windows.winmd

See also

DownloadOperation

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.