TCP timeout on the underlying sockets, in milliseconds.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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); } |