Gets/Sets the timeout (in milliseconds) for opening a connection to the FTP server.

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

Syntax

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

See Also