Share via


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 值指示连接不使用网络凭据。

实现

属性

适用于