UpdateControllerProxyDomain Property |
Gets or sets the domain used for authentication on the proxy server.
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 string ProxyDomain { get; set; }
Public Property ProxyDomain As String
Get
Set
public:
property String^ ProxyDomain {
String^ get ();
void set (String^ value);
}
member ProxyDomain : string with get, set
Property Value
Type:
String
The domain used for authentication on the proxy server.
Exceptions
Remarks
See Also