UpdateControllerProxyUseDefaultCredentials Property |
Gets or sets a value that specifies whether the
UpdateController will use the
credentials of the currently logged on user when accessing the proxy server.
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 ProxyUseDefaultCredentials { get; set; }
Public Property ProxyUseDefaultCredentials As Boolean
Get
Set
public:
property bool ProxyUseDefaultCredentials {
bool get ();
void set (bool value);
}
member ProxyUseDefaultCredentials : bool with get, set
Property Value
Type:
Boolean if the
UpdateController should use the credentials
of the currently logged on user to access the proxy server; otherwise,
.
Exceptions
Remarks
See Also