HttpClientConnection100Class.BypassProxyOnLocal 属性

定义

获取或设置一个布尔值,该值指示代理服务器是否已配置为使用凭据并绕过代理服务器并使用本地地址。

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

属性值

一个布尔值,指示是否绕过本地地址的代理。

实现

属性

适用于