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.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(true)]
[DefaultValueAttribute(30000)]
public int Timeout { get; set; }
View Source

Property Value

Int32
See Also