Partager via


BackgroundDownloader.ProxyCredential Propriété

Définition

Obtient ou définit les informations d’identification du proxy pour le transfert en arrière-plan.

public:
 property PasswordCredential ^ ProxyCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential ProxyCredential();

void ProxyCredential(PasswordCredential credential);
public PasswordCredential ProxyCredential { get; set; }
var passwordCredential = backgroundDownloader.proxyCredential;
backgroundDownloader.proxyCredential = passwordCredential;
Public Property ProxyCredential As PasswordCredential

Valeur de propriété

Informations d’identification utilisées pour l’authentification auprès d’un proxy HTTP.

Implémente

S’applique à