IBackgroundTransferBase.Method Proprietà

Definizione

Ottiene o imposta il metodo da utilizzare per il trasferimento in background.

public:
 property Platform::String ^ Method { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Method();

void Method(winrt::hstring value);
public string Method { get; set; }
var string = iBackgroundTransferBase.method;
iBackgroundTransferBase.method = string;
Public 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.

Si applica a