WebUpdateController.BypassProxyOnLocal Property
Gets or sets a value that specifies whether to bypass using a proxy server for local addresses.
[Visual Basic]
Public Property BypassProxyOnLocal As Boolean
[C#]
public bool BypassProxyOnLocal {get;set;}
Property Value
true if the proxy server should not be used when connecting to a local address; otherwise, false.
Remarks
If ProxyUseDefaultCredentials is true, the value of this property is ignored.
See Also
WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace