edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ServerStringsMatches Method

Returns true if any fragment is found in the supplied string

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool Matches(
	string reply
)

Parameters

reply  String
server reply to test for matches

Return Value

Boolean
true for a match, false otherwise

See Also