FtpClient.DataConnectionConnectTimeout Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets or sets the length of time in miliseconds for a data connection to be established before giving up. Default is 15000 (15 seconds).

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

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

Property Value

Type: Int32

Implements

IFtpClient..::..DataConnectionConnectTimeout

See Also