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

The ServerStrings type exposes the following members.

Constructors

  NameDescription
Public methodServerStrings
Initializes a new instance of the ServerStrings class

Methods

  NameDescription
Public methodAdd
Add the string to the collection.
Public methodAddRange
Add all the strings to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Returns true if the given string is already in the collection.
Public methodCopyTo
Copy all the strings in the collection to the array starting at the given index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the index of the given string or -1 if it's not in the collection.
Public methodInsert
Inserts the given string into the collection at the given index.
Public methodMatches
Returns true if any fragment is found in the supplied string
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Remove the given string from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItem
Gets a reference to a string at the given index.
Protected propertyList (Inherited from CollectionBase.)

See Also