WSDualHttpBindingElement.BypassProxyOnLocal 属性

定义

获取或设置一个布尔值,该值指定是否绕过本地地址的代理服务器。

public:
 property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=false)]
public bool BypassProxyOnLocal { get; set; }
[<System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=false)>]
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean

属性值

true 如果为本地地址绕过了代理服务器,则为否则,为 false. 默认值为 false

属性

适用于