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

ServerStringsRemove Method

Remove the given string from the collection.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Remove(
	string str
)

Parameters

str  String
String to remove.

See Also