TCP timeout on the underlying sockets, in milliseconds.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual int Timeout { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Timeout As Integer Get Set |
| Visual C++ |
|---|
public: virtual property int Timeout { int get (); void set (int value); } |