This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ResponseHeaderCollection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ResponseHeaderCollection

The type exposes the following members.

Public Constructors

  Name Description
Public method ResponseHeaderCollection

Public Methods

  Name Description
Public method Add (Inherited from NameValueCollection.)
Public method Add (Inherited from NameValueCollection.)
Public method Clear (Inherited from NameValueCollection.)
Public method CopyTo
Public method Equals (Inherited from Object.)
Public method Get (Inherited from NameValueCollection.)
Public method Get (Inherited from NameValueCollection.)
Public method GetEnumerator (Inherited from NameObjectCollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetKey (Inherited from NameValueCollection.)
Public method GetObjectData (Inherited from NameObjectCollectionBase.)
Public method GetType (Inherited from Object.)
Public method GetValues (Inherited from NameValueCollection.)
Public method GetValues (Inherited from NameValueCollection.)
Public method HasKeys (Inherited from NameValueCollection.)
Public method OnDeserialization (Inherited from NameObjectCollectionBase.)
Public method Remove (Inherited from NameValueCollection.)
Public method Set (Inherited from NameValueCollection.)
Public method ToString (Inherited from Object.)

Protected Methods

Public Properties

  Name Description
Public property AllKeys (Inherited from NameValueCollection.)
Public property Count (Inherited from NameObjectCollectionBase.)
Public property IsReadOnly
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
Public property Item (Inherited from NameValueCollection.)
Public property Item (Inherited from NameValueCollection.)
Public property Keys (Inherited from NameObjectCollectionBase.)

Explicit Interface Implementations

See Also

Advanced