共用方式為


HttpBaseProtocolFilter.ProxyCredential 屬性

定義

取得或設定要用來與 HTTP Proxy 交涉的認證。

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

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

屬性值

要用來與 HTTP Proxy 交涉的認證。

備註

系統通常會決定要自動使用的 Proxy 認證。 此屬性只需要在進階案例中設定。

適用於