Gets or sets the domain name of the proxy server to use when
connecting to a BargeEx environment.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public string ProxyDomain { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ProxyDomain As String |
Visual C++ |
---|
public: property String^ ProxyDomain { String^ get (); void set (String^ value); } |
Property Value
The name of the domain where the proxy server resides. The default is no domain name.Remarks
This property is only used when
UseProxyServer
is true.