UpdateControllerAddCredentialsToAutoDetectProxy Property |
Gets or sets a value that specifies whether the controller will add default network credentials to the application's
default web proxy.
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 AddCredentialsToAutoDetectProxy { get; set; }
Public Property AddCredentialsToAutoDetectProxy As Boolean
Get
Set
public:
property bool AddCredentialsToAutoDetectProxy {
bool get ();
void set (bool value);
}
member AddCredentialsToAutoDetectProxy : bool with get, set
Property Value
Type:
Boolean if the controller will pass default network credentials while using automatic proxy detection; otherwise,
.
Exceptions
See Also