BasicHttpBindingElement.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

属性值

Boolean

一个布尔值,指示是否对本地地址不使用代理服务器。

属性

适用于