BackgroundDownloader.Method Property

Definition

Gets or sets the HTTP method used for the background download. The default method used for download operations is 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

Property Value

String

Platform::String

winrt::hstring

The method to use for the background download. Setting this property will override the default method used for the operation.

Implements

Applies to