IBackgroundTransferBase.ProxyCredential 屬性

定義

取得或設定背景傳輸的 Proxy 認證。

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

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

屬性值

傳輸的 Proxy 認證。

適用於