IBackgroundTransferBase Interface

Definition

Represents a background transfer operation.

public interface class IBackgroundTransferBase
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(714973776, 51049, 17804, 175, 232, 254, 184, 212, 211, 178, 239)]
struct IBackgroundTransferBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(714973776, 51049, 17804, 175, 232, 254, 184, 212, 211, 178, 239)]
public interface IBackgroundTransferBase
Public Interface IBackgroundTransferBase
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 or sets the cost policy for the background transfer operation.

Group

Note

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

Gets are sets a string value indicating the group the transfer will belong to.

Method

Gets or sets the method to use for the background transfer.

ProxyCredential

Gets or sets the proxy credentials for the background transfer.

ServerCredential

Gets or sets the credentials used to authenticate with the origin server.

Methods

SetRequestHeader(String, String)

Sets the request headers.

Applies to