UpdateControllerBypassProxyOnLocal Property |
Gets or sets a value that specifies whether to bypass using a proxy server for local addresses.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool BypassProxyOnLocal { get; set; }
Public Property BypassProxyOnLocal As Boolean
Get
Set
public:
property bool BypassProxyOnLocal {
bool get ();
void set (bool value);
}
member BypassProxyOnLocal : bool with get, set
Property Value
Type:
Boolean if the proxy server should not be used when connecting to a local address;
otherwise,
.
Exceptions
Remarks
See Also