BasicHttpBindingElement.BypassProxyOnLocal 属性
定义
获取或设置用于指示是否对本地地址不使用代理服务器的特性。Gets or sets the attribute that indicates whether to bypass the proxy server for local addresses.
public:
property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool BypassProxyOnLocal { get; set; }
[<System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean
属性值
一个布尔值,指示是否对本地地址不使用代理服务器。A Boolean value that indicates whether to bypass the proxy server for local addresses.
- 属性