HttpInput Methods
From HttpServer.dll
The HttpInput type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new element. Form array elements are parsed
and added in a correct hierachy.
| |
| Clear | Resets all data contained by class | |
| Contains |
Returns true if the class contains a HttpInput value with the corresponding name
| |
| Equals | (Inherited from Object.) | |
| ExtractOne |
Extracts one parameter from an array
| |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseItem |
Parses an item and returns it.
This function is primarly used to parse array items as in user[name].
| |
| ToString | Outputs the instance representing all its values joined together (Overrides Object..::.ToString()()().) |