IBackgroundTransferBase.Method Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la méthode à utiliser pour le transfert en arrière-plan.
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
Valeur de propriété
Méthode à utiliser pour le téléchargement. Cette valeur peut être GET, PUT, RETR ou STOR.