HeaderElement Class
Represents a single HTTP header that is included in a response from the output cache.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | HeaderElement(String, String) | Initializes a new instance of the HeaderElement class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The HeaderElement class represents the content of an HTTP header in the output cache as a name/value pair. Both the name and the value must be non-null. The collection of all HeaderElement instances for an entry in the output cache is contained in the HeaderElements collection.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

