Gets or sets the host name of the proxy server to use when connecting to a BargeEx environment.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public string ProxyServer { get; set; }
Visual Basic (Declaration)
Public Property ProxyServer As String
Visual C++
public:
property String^ ProxyServer {
	String^ get ();
	void set (String^ value);
}

Property Value

The host name of the proxy server. The default is no host name.

Remarks

If UseProxyServer is true, then this property is required and cannot be a null reference (Nothing in Visual Basic) or empty.

See Also