NET FTP Library
ReconnectRetryTestCommand Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : ReconnectRetryTestCommand Property
When a connection is lost and we are attempting to reconnect. This command is sent to ensure the server is responding. This defaults to NOOP
Syntax
'Declaration
 
Public Property ReconnectRetryTestCommand As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
instance.ReconnectRetryTestCommand = value
 
value = instance.ReconnectRetryTestCommand
public System.string ReconnectRetryTestCommand {get; set;}
public read-write property ReconnectRetryTestCommand: System.String; 
public function get,set ReconnectRetryTestCommand : System.String
public: __property System.string* get_ReconnectRetryTestCommand();
public: __property void set_ReconnectRetryTestCommand( 
   System.string* value
);
public:
property System.String^ ReconnectRetryTestCommand {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members