Share via


IBackgroundTransferBase Interface

Définition

Représente une opération de transfert en arrière-plan.

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
Dérivé
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Propriétés

CostPolicy

Obtient ou définit la stratégie de coût pour l’opération de transfert en arrière-plan.

Group

Notes

Le groupe peut être modifié ou indisponible pour les versions après Windows 8.1. Au lieu de cela, utilisez le DownloadOperation ou uploadOperation TransferGroup approprié.

Obtient définit une valeur de chaîne indiquant le groupe auquel le transfert appartiendra.

Method

Obtient ou définit la méthode à utiliser pour le transfert en arrière-plan.

ProxyCredential

Obtient ou définit les informations d’identification du proxy pour le transfert en arrière-plan.

ServerCredential

Obtient ou définit les informations d’identification utilisées pour l’authentification auprès du serveur d’origine.

Méthodes

SetRequestHeader(String, String)

Définit les en-têtes de la requête.

S’applique à