WebUpdateController.ProxyUserName Property
Gets or sets the user name used for authentication on the proxy server.
[Visual Basic]
Public Property ProxyUserName As String
[C#]
public string ProxyUserName {get;set;}
Property Value
The user name 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