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