Share via


DownloadOperation.Method プロパティ

定義

ダウンロードに使用するメソッドを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ダウンロードに使用するメソッド。 この値には、GETPUTRETR、STOR を指定できます。

実装

適用対象