Specifies whether a proxy server should be used 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 bool UseProxyServer { get; set; }
Visual Basic (Declaration)
Public Property UseProxyServer As Boolean
Visual C++
public:
property bool UseProxyServer {
	bool get ();
	void set (bool value);
}

Property Value

true if a proxy server should be used when connecting to a BargeEx environment; otherwise, false. The default is false.

Remarks

The other Proxy properties (ProxyServer, ProxyPort, ProxyDomain, ProxyPassword, ProxyUserName) are ignored when this property is false.

See Also