HttpInputItem Members
From HttpServer.dll
| C# Webserver |
| HttpInputItem Members |
| HttpInputItem Class Constructors Methods Fields Properties See Also Send Feedback |
The HttpInputItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HttpInputItem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Contains |
checks if a subitem exists (and has a value).
| |
| Equals | (Inherited from Object.) | |
| 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.) | |
| ToString | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| Empty | Representation of a non-initialized HttpInputItem |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of values
| |
| Item |
Get a sub item
| |
| Name |
Name of item (in lower case).
| |
| Value |
Returns the first value, or null if no value exist.
| |
| Values |
Returns the list with values.
todo: Return a readonly collection
|