FTPConnectionTimeout Property |
TCP timeout (in milliseconds) of the underlying sockets (0 means none).
TCP timeout (in milliseconds) of the underlying sockets (0 means none).
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual int Timeout { get; set; }Public Overridable Property Timeout As Integer
Get
Set
public:
virtual property int Timeout {
int get ();
void set (int value);
}abstract Timeout : int with get, set
override Timeout : int with get, set
Property Value
Type:
Int32
RemarksTimout value in milliseconds. The default value is 120000, which indicates
a 120 second timeout period.
See Also