| ComponentSpace FTP Class Library Reference |
|
FtpClient.CommandSendTimeout Property
Gets or sets the number of milliseconds to wait for the command request to be sent to the server.
[Visual Basic]
Public Property CommandSendTimeout As
Integer
[C#]
public
int CommandSendTimeout {get; set;}
Property Value
The number of milliseconds to wait for the command request to be sent to the server. The default is 60 seconds.
See Also
FtpClient Class | ComponentSpace.Ftp Namespace