NET SFTP Library
Response Property






KellermanSoftware.NetSFtpLibrary Namespace > FtpException Class : Response Property
The response received from the FTP Server
Syntax
'Declaration
 
Public Property Response As FtpResponse
'Usage
 
Dim instance As FtpException
Dim value As FtpResponse
 
instance.Response = value
 
value = instance.Response
public FtpResponse Response {get; set;}
public read-write property Response: FtpResponse; 
public function get,set Response : FtpResponse
public: __property FtpResponse* get_Response();
public: __property void set_Response( 
   FtpResponse* value
);
public:
property FtpResponse^ Response {
   FtpResponse^ get();
   void set (    FtpResponse^ 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

FtpException Class
FtpException Members