BackgroundDownloader.Method 属性

定义

获取或设置用于后台下载的 HTTP 方法。 用于下载操作的默认方法是 GET。

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 = backgroundDownloader.method;
backgroundDownloader.method = string;
Public Property Method As String

属性值

String

Platform::String

winrt::hstring

用于后台下载的方法。 设置此属性将替代用于操作的默认方法。

实现

适用于