次の方法で共有


HttpBaseProtocolFilter.ProxyCredential プロパティ

定義

HTTP プロキシとのネゴシエートに使用する資格情報を取得または設定します。

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 プロキシとのネゴシエートに使用する資格情報。

注釈

システムは通常、自動的に使用するプロキシ資格情報を決定します。 このプロパティは、高度なシナリオでのみ設定する必要があります。

適用対象