Constructor. Only to be constructed by this package, hence package access

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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

See Also