WebUpdateController.ProxyPassword Property
Gets or sets the password used for authentication on the proxy server.
[Visual Basic]
Public Property ProxyPassword As String
[C#]
public string ProxyPassword {get;set;}
Property Value
The password used for authentication on the proxy server.
Remarks
If either AutoDetectProxy or ProxyUseDefaultCredentials are true, the value of this property is ignored.
See Also
WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace