WCF-Xtensions Class Reference for .NET
BypassProxyOnLocal Property (HttpsViaProxyTransportBindingElement)






Syntax
[System.ComponentModel.DefaultValue()]
public System.bool BypassProxyOnLocal {get; set;}
public read-write property BypassProxyOnLocal: System.Boolean; 
System.ComponentModel.DefaultValueAttribute()
public function get,set BypassProxyOnLocal : System.boolean
[System.ComponentModel.DefaultValue()]
public: __property System.bool get_BypassProxyOnLocal();
public: __property void set_BypassProxyOnLocal( 
   System.bool value
);
[System.ComponentModel.DefaultValue()]
public:
property System.bool BypassProxyOnLocal {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property BypassProxyOnLocal As System.Boolean
 
'Usage
 
Dim instance As HttpsViaProxyTransportBindingElement
Dim value As System.Boolean
 
instance.BypassProxyOnLocal = value
 
value = instance.BypassProxyOnLocal
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

HttpsViaProxyTransportBindingElement Class
HttpsViaProxyTransportBindingElement Members

Send Feedback