IDTSHttpClientConnection100.UseProxyCredentials プロパティ

定義

接続がネットワーク資格情報を使用するかどうかを示す値を取得または設定します。

public:
 property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public 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 Property UseProxyCredentials As Boolean

プロパティ値

接続でネットワーク資格情報を使用する場合は true。それ以外の場合は false。

属性

注釈

詳細については、「HttpClientConnection100Class」を参照してください。

適用対象