This topic has not yet been rated - Rate this topic

IBackgroundTransferOperation interface

Represents a background transfer operation.

Syntax


public interface IBackgroundTransferOperation

Attributes

GuidAttribute("ded06846-90ca-44fb-8fb1-124154c0d539")
VersionAttribute(NTDDI_WIN8)

Members

The IBackgroundTransferOperation interface has these types of members:

Methods

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

MethodDescription
GetResponseInformation Gets the response infomation.
GetResultStreamAt Gets the partial response at the specified position.

 

Properties

The IBackgroundTransferOperation interface has these properties.

PropertyAccess typeDescription

CostPolicy

Read/writeGets and sets the cost policy for the background transfer.

Group

Read-onlyGets a string value indicating the group the transfer belongs to.

Guid

Read-onlyGets the Guid for the background transfer operation.

Method

Read-onlySpecifies the method to use for the background transfer operation.

RequestedUri

Read-onlyGets the URI for the background transfer.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.