The HttpInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HttpInput | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new element. Form array elements are parsed
and added in a correct hierarchy.
| |
| Clear | Resets all data contained by class | |
| Contains |
Returns true if the class contains a HttpInput 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 primarily used to parse array items as in user[name].
| |
| ToString | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| _ignoreChanges | Variable telling the class that it is non-initialized Empty | |
| Empty | Representation of a non-initialized class instance |