语言

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

属性值

如果连接将使用网络凭证,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 HttpClientConnection100Class

适用于