DownloadOperation.Method Property

Definition

Gets the method to use for the download.

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = downloadOperation.method;
Public ReadOnly 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.

Implements

Applies to