Click or drag to resize

FtpClientTimeout Property

Gets or sets the timeout, in milliseconds, for read and write operations, defaults to 30 seconds.

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public int Timeout { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also