edtFTPnet/Free - Open-source FTP component for .NET | Download
Returns true if any fragment is found in the supplied string

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

Syntax

C#
public bool Matches(
	string reply
)
Visual Basic
Public Function Matches ( _
	reply As String _
) As Boolean
Visual C++
public:
bool Matches(
	String^ reply
)

Parameters

reply
Type: System..::..String
server reply to test for matches

Return Value

true for a match, false otherwise

See Also