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 properties.

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