NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DefaultControlObject.ProxyNoLocal

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);

Remarks

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.

See Also

DefaultControlObject Class | DefaultControlObject Members | System.Net Namespace