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 表示连接 不会使用网络凭证。

实现

属性

适用于