The TransferCompleteStrings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TransferCompleteStrings |
Constructor. Adds the fragments to match on
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Add the string to the collection.
(Inherited from ServerStrings.) | |
| AddRange |
Add all the strings to the collection.
(Inherited from ServerStrings.) | |
| Clear | (Inherited from CollectionBase.) | |
| Contains |
Returns true if the given string is already in the collection.
(Inherited from ServerStrings.) | |
| CopyTo |
Copy all the strings in the collection to the array starting at the given index.
(Inherited from ServerStrings.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Returns the index of the given string or -1 if it's not in the collection.
(Inherited from ServerStrings.) | |
| Insert |
Inserts the given string into the collection at the given index.
(Inherited from ServerStrings.) | |
| Matches |
Returns true if any fragment is found in the supplied string
(Inherited from ServerStrings.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove |
Remove the given string from the collection.
(Inherited from ServerStrings.) | |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| Item |
Gets a reference to a string at the given index.
(Inherited from ServerStrings.) | |
| List | (Inherited from CollectionBase.) |