WCF-Xtensions Class Reference for Mono
BypassProxyOnLocal Property (SmartHttpBinding)






Gets or sets a value that indicates whether to bypass the proxy server for local addresses.
Syntax
'Declaration
 
Public Property BypassProxyOnLocal As System.Boolean
'Usage
 
Dim instance As SmartHttpBinding
Dim value As System.Boolean
 
instance.BypassProxyOnLocal = value
 
value = instance.BypassProxyOnLocal
public System.bool BypassProxyOnLocal {get; set;}
public read-write property BypassProxyOnLocal: System.Boolean; 
public function get,set BypassProxyOnLocal : System.boolean
public: __property System.bool get_BypassProxyOnLocal();
public: __property void set_BypassProxyOnLocal( 
   System.bool value
);
public:
property System.bool BypassProxyOnLocal {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if the auto-configured HTTP proxy of the system should be used, if available; otherwise, false. The default value is true true to bypass the proxy server for local addresses; otherwise, false. The default value is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartHttpBinding Class
SmartHttpBinding Members

Send Feedback