Gets/Sets the port of the Proxy server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public int ProxyPort { get; set; }
Visual Basic
Public Property ProxyPort As Integer
	Get
	Set
Visual C++
public:
property int ProxyPort {
	int get ();
	void set (int value);
}

See Also