BackgroundDownloader.Method 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于后台下载的 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
属性值
用于后台下载的方法。 设置此属性将替代用于操作的默认方法。