NET FTP Library
FtpResponse Constructor(String)






KellermanSoftware.NetFtpLibrary Namespace > FtpResponse Class > FtpResponse Constructor : FtpResponse Constructor(String)
FTP Response Code and Status
Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal response As System.String _
)
'Usage
 
Dim response As System.String
 
Dim instance As New FtpResponse(response)
public FtpResponse( 
   System.string response
)
public FtpResponse( 
    response: System.String
); 
public function FtpResponse( 
   response : System.String
);
public: FtpResponse( 
   System.string* response
)
public:
FtpResponse( 
   System.String^ response
)

Parameters

response
FTP Response Code and Status
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

FtpResponse Class
FtpResponse Members
Overload List