IBackgroundTransferBase 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示后台传输操作。
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
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
CostPolicy |
获取或设置后台传输操作的成本策略。 |
Group |
注意 Windows 8.1后,组可能会更改或不可用于发布。 请改用相关的 DownloadOperation 或 UploadOperation TransferGroup。 获取 设置一个字符串值,该值指示传输将属于的组。 |
Method |
获取或设置用于后台传输的方法。 |
ProxyCredential |
获取或设置后台传输的代理凭据。 |
ServerCredential |
获取或设置用于向源服务器进行身份验证的凭据。 |
方法
SetRequestHeader(String, String) |
设置请求标头。 |