Click or drag to resize
UpdateControllerProxyUserName Property
Gets or sets the user name used for authentication on the proxy server.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public string ProxyUserName { get; set; }

Property Value

Type: String
The user name used for authentication on the proxy server.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks
If either AutoDetectProxy or ProxyUseDefaultCredentials are , the value of this property is ignored.
See Also