IBackgroundTransferBase インターフェイス

定義

バックグラウンド転送操作を表します。

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)

要求のヘッダーを設定します。

適用対象