HeaderElement Class

Definition

Represents a single HTTP header that is included in a response from the output cache.

public ref class HeaderElement sealed
[System.Serializable]
public sealed class HeaderElement
[<System.Serializable>]
type HeaderElement = class
Public NotInheritable Class HeaderElement
Inheritance
HeaderElement
Attributes

Remarks

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.

Constructors

HeaderElement(String, String)

Initializes a new instance of the HeaderElement class.

Properties

Name

Gets the name of an HTTP header that is in the output cache.

Value

Gets the value of an HTTP header that is in the output cache.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to