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

属性值

Boolean

一个 布尔值 ,该值指示代理连接是否将使用网络凭据。 值为 true 指示连接将使用网络凭据。 值为 false 指示连接将不使用网络凭据。

实现

属性

适用于