言語

HttpClientConnection100Class.UseProxyCredentials プロパティ

定義

接続がネットワーク認証情報を使うかどうかを示すブール値を取得または設定します。

public:
 virtual property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public virtual bool UseProxyCredentials { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.UseProxyCredentials : bool with get, set
Public Overridable Property UseProxyCredentials As Boolean

プロパティ値

プロキシ接続がネットワーク認証情報を使うかどうかを示すブール数です。 trueの値は、接続がネットワーク認証情報を使用することを意味します。 falseの値は、接続がネットワーク認証情報を使わないことを意味します。

実装

属性

適用対象