Click or drag to resize
UpdateControllerAutoDetectProxy Property
Gets or sets a value that specifies whether the controller will automatically detect proxy settings.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public bool AutoDetectProxy { get; set; }

Property Value

Type: Boolean
if the controller will use automatic proxy detection; otherwise, .
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
See Also