edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
TCP timeout (in milliseconds) of the underlying sockets (0 means none).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

Remarks

Timout value in milliseconds. The default value is 120000, which indicates a 120 second timeout period.

See Also