ServerStringsMatches Method
Returns true if any fragment is found in the supplied string
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool Matches(
string reply
)
Public Function Matches (
reply As String
) As Boolean
public:
bool Matches(
String^ reply
)
member Matches :
reply : string -> bool
- reply String
- server reply to test for matches
Booleantrue for a match, false otherwise