Share via


HttpClientConnection100Class.UseProxy 属性

定义

public:
 virtual property bool UseProxy { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public virtual bool UseProxy { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.UseProxy : bool with get, set
Public Overridable Property UseProxy As Boolean

属性值

一个 布尔值 ,指示连接是否将使用代理。 true 值指示连接将使用代理。 false 值指示连接不使用代理。

实现

属性

适用于