IBackgroundTransferBase.Method 属性

定义

获取或设置用于后台传输的方法。

public:
 property Platform::String ^ Method { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Method();

void Method(winrt::hstring value);
public string Method { get; set; }
var string = iBackgroundTransferBase.method;
iBackgroundTransferBase.method = string;
Public Property Method As String

属性值

String

Platform::String

winrt::hstring

用于下载的方法。 此值可以是 GETPUTRETRSTOR

适用于