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 の値は、接続でネットワーク資格情報が使用されないことを示します。

実装

属性

適用対象