Click or drag to resize
UpdateControllerProxyAddress Property
Gets or sets the address of the proxy server the UpdateController will use when connecting to the update location.

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 Uri ProxyAddress { get; set; }

Property Value

Type: Uri
The address of the proxy server the UpdateController will use when connecting to the update location.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks
If AutoDetectProxy is , the value of this property is ignored.
See Also