次の方法で共有


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

実装

属性

適用対象