WebUpdateController.ProxyUseDefaultCredentials Property
Gets or sets a value that specifies whether the WebUpdateController will use the credentials of the currently logged on user when accessing the proxy server.
[Visual Basic]
Public Property ProxyUseDefaultCredentials As Boolean
[C#]
public bool ProxyUseDefaultCredentials {get;set;}
Property Value
true if the WebUpdateController should use the credentials of the currently logged on user to access the proxy server; otherwise, false.
Remarks
If AutoDetectProxy is true, the value of this property is ignored.
See Also
WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace