The HeaderValueCollection type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAddRange
Adds a range of items contained in the specified collection. The type of items being added has to correspond to the type of collection being updated.
Public methodSupported by the .NET Compact FrameworkClear
Removes all items from the list.
Public methodSupported by the .NET Compact FrameworkClone
Creates a copy of the header.
Public methodSupported by the .NET Compact FrameworkCopyTo
Copies the range of elements from the HeaderValueCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodSupported by the .NET Compact FrameworkEncode
Writes an encoded header value into a TextWriter.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetEnumerator
Gets an IEnumerator for the collection.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkRemoveAt
Removes the item at the specified index from the list.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of items in the collection.
Public propertySupported by the .NET Compact FrameworkIsSynchronized
Gets a value indicating whether access to HeaderValueCollection is synchronized (thread-safe).
Public propertySupported by the .NET Compact FrameworkSyncRoot
Gets an object that can be used to synchronize access to HeaderValueCollection object.

See Also