NET FTP Library
FtpResponse Constructor(Int32,String)






KellermanSoftware.NetFtpLibrary Namespace > FtpResponse Class > FtpResponse Constructor : FtpResponse Constructor(Int32,String)
Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal code As System.Integer, _
   ByVal text As System.String _
)
'Usage
 
Dim code As System.Integer
Dim text As System.String
 
Dim instance As New FtpResponse(code, text)
public FtpResponse( 
   System.int code,
   System.string text
)
public FtpResponse( 
    code: System.Integer;
    text: System.String
); 
public function FtpResponse( 
   code : System.int,
   text : System.String
);
public: FtpResponse( 
   System.int code,
   System.string* text
)
public:
FtpResponse( 
   System.int code,
   System.String^ text
)

Parameters

code
text
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