Condividi tramite


DownloadOperation.Method Proprietà

Definizione

Ottiene il metodo da utilizzare per il 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

Valore della proprietà

String

Platform::String

winrt::hstring

Metodo da utilizzare per il download. Questo valore può essere GET, PUT, RETR o STOR.

Implementazioni

Si applica a