SocketTools .NET Edition

FtpClient.ftpTimeout Field

A constant value which specifies the default timeout period.

[Visual Basic]
Public Const ftpTimeout As Integer = 20
[C#]
public const int ftpTimeout = 20;

Remarks

The default timeout period is 20 seconds for each blocking network operation. An error will occur if the operation does not complete within the specified time period.

See Also

FtpClient Class | SocketTools Namespace