FtpClient.DataConnectionReadTimeout Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets or sets the length of time in miliseconds the data channel should wait for the server to send data. Default value 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 DataConnectionReadTimeout { get; set; }
Visual Basic
Public Property DataConnectionReadTimeout As Integer
	Get
	Set
Visual C++
public:
virtual property int DataConnectionReadTimeout {
	int get () sealed;
	void set (int value) sealed;
}

Property Value

Type: Int32

Implements

IFtpClient..::..DataConnectionReadTimeout

See Also