Get or sets the port number 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 int ProxyPort { get; set; }
Visual Basic (Declaration)
Public Property ProxyPort As Integer
Visual C++
public:
property int ProxyPort {
	int get ();
	void set (int value);
}

Property Value

The port number of the proxy server to use when connecting to a BargeEx environment. The default is 8080.

Remarks

This property is only used when UseProxyServer is true.

See Also