IBackgroundTransferOperation Interface

Definition

Represents a background transfer operation.

public interface class IBackgroundTransferOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3738200134, 37066, 17659, 143, 177, 18, 65, 84, 192, 213, 57)]
struct IBackgroundTransferOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3738200134, 37066, 17659, 143, 177, 18, 65, 84, 192, 213, 57)]
public interface IBackgroundTransferOperation
Public Interface IBackgroundTransferOperation
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

CostPolicy

Gets and sets the cost policy for the background transfer.

Group

Note

Group may be altered or unavailable for releases after Windows 8.1. Instead, use the relevant DownloadOperation or UploadOperation TransferGroup.

Gets a string value indicating the group the transfer belongs to.

Guid

Gets the Guid for the background transfer operation.

Method

Specifies the method to use for the background transfer operation.

RequestedUri

Gets the URI for the background transfer.

Methods

GetResponseInformation()

Gets the response information.

GetResultStreamAt(UInt64)

Gets the partial response at the specified position.

Applies to