NET FTP Library
Response Property






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