IBackgroundTransferOperation.Method Property

Definition

Specifies the method to use for the background transfer operation.

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = iBackgroundTransferOperation.method;
Public ReadOnly Property Method As String

Property Value

String

Platform::String

winrt::hstring

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

Applies to