IBackgroundTransferOperation 介面

定義

表示背景傳輸作業。

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
衍生
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

CostPolicy

取得並設定背景傳輸的成本原則。

Group

注意

在Windows 8.1之後,群組可能會變更或無法使用。 請改用相關的 DownloadOperationUploadOperation TransferGroup。

取得字串值,指出傳輸所屬的群組。

Guid

取得背景傳輸作業的 Guid。

Method

指定要用於背景傳輸作業的方法。

RequestedUri

取得背景傳輸的 URI。

方法

GetResponseInformation()

取得回應資訊。

GetResultStreamAt(UInt64)

取得位於指定位置的部分回應。

適用於