IBackgroundTransferBase.Method Property

Definition

Gets or sets the method to use for the background transfer.

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

Property Value

String

Platform::String

winrt::hstring

The method to use for the download. This value can be GET, PUT, RETR, or STOR.

Applies to