Enables or disables a proxy for local use.
[Visual Basic] Public Property ProxyNoLocal As Boolean [C#] public bool ProxyNoLocal {get; set;} [C++] public: __property bool get_ProxyNoLocal(); public: __property void set_ProxyNoLocal(bool); [JScript] public function get ProxyNoLocal() : Boolean; public function set ProxyNoLocal(Boolean);
When ProxyNoLocal is true, System.Net.WebRequests to local hosts are not sent through the proxy; otherwise, all System.Net.WebRequests are sent through the proxy.
DefaultControlObject Class | DefaultControlObject Members | System.Net Namespace