FtpClient.ReadTimeout Property

System.Net.FtpClient

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

Property Value

Type: Int32

Implements

IFtpClient..::..ReadTimeout

See Also