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

用於下載的方法。 此值可以是 GETPUTRETRSTOR

實作

適用於