BackgroundDownloader.ProxyCredential 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定背景傳輸的 Proxy 認證。
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
屬性值
用來向 HTTP Proxy 進行驗證的認證。