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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic Uri ProxyAddress { get; set; }
Public Property ProxyAddress As Uri
Get
Set
public:
property Uri^ ProxyAddress {
Uri^ get ();
void set (Uri^ value);
}
member ProxyAddress : Uri with get, set
Property Value
Type:
Uri
The address of the proxy server the
UpdateController will use when
connecting to the update location.
Exceptions
Remarks
See Also