语言

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

属性值

一个布尔值,指示代理连接是否会使用网络凭证。 值为真表示连接将使用网络凭证。 false 表示连接不会使用网络凭证。

实现

属性

适用于