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 |
取得或設定背景傳輸的 Proxy 認證。 |
ServerCredential |
取得或設定用來向源伺服器進行驗證的認證。 |
方法
SetRequestHeader(String, String) |
設定要求標頭。 |