Constructor. Only to be constructed
by this package, hence package access
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public FTPReply( string replyCode, string replyText, string[] data ) |
| Visual Basic |
|---|
Public Sub New ( _ replyCode As String, _ replyText As String, _ data As String() _ ) |
| Visual C++ |
|---|
public: FTPReply( String^ replyCode, String^ replyText, array<String^>^ data ) |
Parameters
- replyCode
- Type: System..::..String
the server's reply code
- replyText
- Type: System..::..String
the server's full reply text
- data
- Type: array<System..::..String>[]()[][]
data lines contained in reply text